Html Css Color HEX #D9FE42 Pear

📋 copy color: '#D9FE42'

red 217 ◦ green 254 ◦ blue 66

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

Shades of Pear #D9FE42

Tints of Pear #D9FE42

RGB

 RED value IS 217 (85.16% from 255) = 40.41%

 GREEN value IS 254 (99.61% from 255) = 47.3%

 BLUE value IS 66 (26.17% from 255) = 12.29%

R = 40.41%
G = 47.3%
B = 12.29%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#D9FE42 (or 0xD9FE42) is known color: Pear. HEX triplet: D9, FE and 42. RGB value is (217,254,66). Sum of RGB (Red+Green+Blue) = 217+254+66=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 254 (99.61% from 255 or 47.30% from 537); Blue value is 66 (26.17% from 255 or 12.29% from 537); Max value from RGB is 254 - color contains mainly: green. Hex color #D9FE42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9FE42 is #2601BD. Grayscale: #DEDEDE. Windows color (decimal): -2490814 or 4390617. OLE color: 4390617.

HSL color Cylindrical-coordinate representation of color #D9FE42: hue angle of 71.81º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D9FE42 is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.

Color convert

RGB 217 254 66 -
CMYK 0.15 0 0.74 0.00
HSL 71.81º 0.99% 0.63% -
HSV(B) 71.81º 0.74% 1% -
XYZ 65.04 86.03 18.33 -
YUV 221.51 40.24 124.79 -
System Red Green Blue C M Y K H S L
Decimal 217 254 66 0.15 0 0.74 0.00 71.81 0.99 0.63
Hex D9 FE 42 F 0 4A 0 48 63 3F
Octal 331 376 102 17 0 112 0 110 143 77
Binary 11011001 11111110 1000010 1111 0 1001010 0 1001000 1100011 111111

Color Harmonies of #D9FE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9FE42

Black with #D9FE42

Text Example


Text Example

White with #D9FE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9FE42; }

 p { color: rgb(217,254,66); }

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

background-color css

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

 a { background-color: rgb(217,254,66); }

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

border-color css

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

 span { border-color: rgb(217,254,66); }

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