Html Css Color HEX #D2F81F Pear

📋 copy color: '#D2F81F'

red 210 ◦ green 248 ◦ blue 31

#D2F81F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pear #D2F81F

Tints of Pear #D2F81F

RGB

 RED value IS 210 (82.42% from 255) = 42.94%

 GREEN value IS 248 (97.27% from 255) = 50.72%

 BLUE value IS 31 (12.5% from 255) = 6.34%

R = 42.94%
G = 50.72%
B = 6.34%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.88

 K value IS 0.03

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D2F81F (or 0xD2F81F) is known color: Pear. HEX triplet: D2, F8 and 1F. RGB value is (210,248,31). Sum of RGB (Red+Green+Blue) = 210+248+31=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 248 (97.27% from 255 or 50.72% from 489); Blue value is 31 (12.5% from 255 or 6.34% from 489); Max value from RGB is 248 - color contains mainly: green. Hex color #D2F81F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F81F is #2D07E0. Grayscale: #D4D4D4. Windows color (decimal): -2951137 or 2095314. OLE color: 2095314.

HSL color Cylindrical-coordinate representation of color #D2F81F: hue angle of 70.51º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D2F81F is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.

Color convert

RGB 210 248 31 -
CMYK 0.15 0 0.88 0.03
HSL 70.51º 0.94% 0.55% -
HSV(B) 70.51º 0.88% 0.97% -
XYZ 60.39 80.94 13.74 -
YUV 211.9 25.91 126.64 -
System Red Green Blue C M Y K H S L
Decimal 210 248 31 0.15 0 0.88 0.03 70.51 0.94 0.55
Hex D2 F8 1F F 0 58 3 47 5E 37
Octal 322 370 37 17 0 130 3 107 136 67
Binary 11010010 11111000 11111 1111 0 1011000 11 1000111 1011110 110111

Color Harmonies of #D2F81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F81F

Black with #D2F81F

Text Example


Text Example

White with #D2F81F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F81F; }

 p { color: rgb(210,248,31); }

 H1.HeaderClassName
 {
   color: #D2F81F;
 }
 .AnyTagClassName
 {
   color: #D2F81F;
 }
</style>

background-color css

<style>
 a { background-color: #D2F81F; }

 a { background-color: rgb(210,248,31); }

 div.DivClassName
 {
   background-color: #D2F81F;
 }
 .BgClassName
 {
   background-color: #D2F81F;
 }
</style>

border-color css

<style>
 span { border-color: #D2F81F; }

 span { border-color: rgb(210,248,31); }

 td.TdClassName
 {
   border-color: #D2F81F;
 }
 .TagClassName
 {
   border-color: #D2F81F;
 }
</style>