Html Css Color HEX #D9EFA1 Reef

📋 copy color: '#D9EFA1'

red 217 ◦ green 239 ◦ blue 161

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

Shades of Reef #D9EFA1

Tints of Reef #D9EFA1

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.74%

 BLUE value IS 161 (63.28% from 255) = 26.09%

R = 35.17%
G = 38.74%
B = 26.09%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#D9EFA1 (or 0xD9EFA1) is known color: Reef. HEX triplet: D9, EF and A1. RGB value is (217,239,161). Sum of RGB (Red+Green+Blue) = 217+239+161=617 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.17% from 617); Green value is 239 (93.75% from 255 or 38.74% from 617); Blue value is 161 (63.28% from 255 or 26.09% from 617); Max value from RGB is 239 - color contains mainly: green. Hex color #D9EFA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9EFA1 is #26105E. Grayscale: #DFDFDF. Windows color (decimal): -2494559 or 10612697. OLE color: 10612697.

HSL color Cylindrical-coordinate representation of color #D9EFA1: hue angle of 76.92º degrees, saturation: 0.71, 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 #D9EFA1 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 217 239 161 -
CMYK 0.09 0 0.33 0.06
HSL 76.92º 0.71% 0.78% -
HSV(B) 76.92º 0.33% 0.94% -
XYZ 65.91 79.06 45.5 -
YUV 223.53 92.71 123.34 -
System Red Green Blue C M Y K H S L
Decimal 217 239 161 0.09 0 0.33 0.06 76.92 0.71 0.78
Hex D9 EF A1 9 0 21 6 4D 47 4E
Octal 331 357 241 11 0 41 6 115 107 116
Binary 11011001 11101111 10100001 1001 0 100001 110 1001101 1000111 1001110

Color Harmonies of #D9EFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EFA1

Black with #D9EFA1

Text Example


Text Example

White with #D9EFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EFA1; }

 p { color: rgb(217,239,161); }

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

background-color css

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

 a { background-color: rgb(217,239,161); }

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

border-color css

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

 span { border-color: rgb(217,239,161); }

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