Html Css Color HEX #D9FEA0 Reef

📋 copy color: '#D9FEA0'

red 217 ◦ green 254 ◦ blue 160

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

Shades of Reef #D9FEA0

Tints of Reef #D9FEA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 25.36%

R = 34.39%
G = 40.25%
B = 25.36%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#D9FEA0 (or 0xD9FEA0) is known color: Reef. HEX triplet: D9, FE and A0. RGB value is (217,254,160). Sum of RGB (Red+Green+Blue) = 217+254+160=631 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.39% from 631); Green value is 254 (99.61% from 255 or 40.25% from 631); Blue value is 160 (62.89% from 255 or 25.36% from 631); Max value from RGB is 254 - color contains mainly: green. Hex color #D9FEA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9FEA0 is #26015F. Grayscale: #E8E8E8. Windows color (decimal): -2490720 or 10551001. OLE color: 10551001.

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

Color convert

RGB 217 254 160 -
CMYK 0.15 0 0.37 0.00
HSL 83.62º 0.98% 0.81% -
HSV(B) 83.62º 0.37% 1% -
XYZ 70.4 88.17 46.57 -
YUV 232.22 87.24 117.14 -
System Red Green Blue C M Y K H S L
Decimal 217 254 160 0.15 0 0.37 0.00 83.62 0.98 0.81
Hex D9 FE A0 F 0 25 0 54 62 51
Octal 331 376 240 17 0 45 0 124 142 121
Binary 11011001 11111110 10100000 1111 0 100101 0 1010100 1100010 1010001

Color Harmonies of #D9FEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9FEA0

Black with #D9FEA0

Text Example


Text Example

White with #D9FEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9FEA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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