Html Css Color HEX #D9F2AC Reef

📋 copy color: '#D9F2AC'

red 217 ◦ green 242 ◦ blue 172

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

Shades of Reef #D9F2AC

Tints of Reef #D9F2AC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.35%

 BLUE value IS 172 (67.58% from 255) = 27.26%

R = 34.39%
G = 38.35%
B = 27.26%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#D9F2AC (or 0xD9F2AC) is known color: Reef. HEX triplet: D9, F2 and AC. RGB value is (217,242,172). Sum of RGB (Red+Green+Blue) = 217+242+172=631 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.39% from 631); Green value is 242 (94.92% from 255 or 38.35% from 631); Blue value is 172 (67.58% from 255 or 27.26% from 631); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F2AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9F2AC is #260D53. Grayscale: #E2E2E2. Windows color (decimal): -2493780 or 11334361. OLE color: 11334361.

HSL color Cylindrical-coordinate representation of color #D9F2AC: hue angle of 81.43º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D9F2AC is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 242 172 -
CMYK 0.10 0 0.29 0.05
HSL 81.43º 0.73% 0.81% -
HSV(B) 81.43º 0.29% 0.95% -
XYZ 67.81 81.23 51.14 -
YUV 226.55 97.22 121.19 -
System Red Green Blue C M Y K H S L
Decimal 217 242 172 0.10 0 0.29 0.05 81.43 0.73 0.81
Hex D9 F2 AC A 0 1D 5 51 49 51
Octal 331 362 254 12 0 35 5 121 111 121
Binary 11011001 11110010 10101100 1010 0 11101 101 1010001 1001001 1010001

Color Harmonies of #D9F2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9F2AC

Black with #D9F2AC

Text Example


Text Example

White with #D9F2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9F2AC; }

 p { color: rgb(217,242,172); }

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

background-color css

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

 a { background-color: rgb(217,242,172); }

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

border-color css

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

 span { border-color: rgb(217,242,172); }

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