Html Css Color HEX #D9F0A0 Reef

📋 copy color: '#D9F0A0'

red 217 ◦ green 240 ◦ blue 160

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

Shades of Reef #D9F0A0

Tints of Reef #D9F0A0

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.9%

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

R = 35.17%
G = 38.9%
B = 25.93%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#D9F0A0 (or 0xD9F0A0) is known color: Reef. HEX triplet: D9, F0 and A0. RGB value is (217,240,160). Sum of RGB (Red+Green+Blue) = 217+240+160=617 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.17% from 617); Green value is 240 (94.14% from 255 or 38.90% from 617); Blue value is 160 (62.89% from 255 or 25.93% from 617); Max value from RGB is 240 - color contains mainly: green. Hex color #D9F0A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9F0A0 is #260F5F. Grayscale: #E0E0E0. Windows color (decimal): -2494304 or 10547417. OLE color: 10547417.

HSL color Cylindrical-coordinate representation of color #D9F0A0: hue angle of 77.25º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D9F0A0 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 217 240 160 -
CMYK 0.10 0 0.33 0.06
HSL 77.25º 0.73% 0.78% -
HSV(B) 77.25º 0.33% 0.94% -
XYZ 66.12 79.61 45.14 -
YUV 224 91.88 123 -
System Red Green Blue C M Y K H S L
Decimal 217 240 160 0.10 0 0.33 0.06 77.25 0.73 0.78
Hex D9 F0 A0 A 0 21 6 4D 49 4E
Octal 331 360 240 12 0 41 6 115 111 116
Binary 11011001 11110000 10100000 1010 0 100001 110 1001101 1001001 1001110

Color Harmonies of #D9F0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9F0A0

Black with #D9F0A0

Text Example


Text Example

White with #D9F0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9F0A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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