Html Css Color HEX #D9FCAF Reef

📋 copy color: '#D9FCAF'

red 217 ◦ green 252 ◦ blue 175

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

Shades of Reef #D9FCAF

Tints of Reef #D9FCAF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 39.13%

 BLUE value IS 175 (68.75% from 255) = 27.17%

R = 33.7%
G = 39.13%
B = 27.17%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#D9FCAF (or 0xD9FCAF) is known color: Reef. HEX triplet: D9, FC and AF. RGB value is (217,252,175). Sum of RGB (Red+Green+Blue) = 217+252+175=644 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.70% from 644); Green value is 252 (98.83% from 255 or 39.13% from 644); Blue value is 175 (68.75% from 255 or 27.17% from 644); Max value from RGB is 252 - color contains mainly: green. Hex color #D9FCAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9FCAF is #260350. Grayscale: #E9E9E9. Windows color (decimal): -2491217 or 11533529. OLE color: 11533529.

HSL color Cylindrical-coordinate representation of color #D9FCAF: hue angle of 87.27º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D9FCAF is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB 217 252 175 -
CMYK 0.14 0 0.31 0.01
HSL 87.27º 0.93% 0.84% -
HSV(B) 87.27º 0.31% 0.99% -
XYZ 71.16 87.47 53.69 -
YUV 232.76 95.4 116.76 -
System Red Green Blue C M Y K H S L
Decimal 217 252 175 0.14 0 0.31 0.01 87.27 0.93 0.84
Hex D9 FC AF E 0 1F 1 57 5D 54
Octal 331 374 257 16 0 37 1 127 135 124
Binary 11011001 11111100 10101111 1110 0 11111 1 1010111 1011101 1010100

Color Harmonies of #D9FCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9FCAF

Black with #D9FCAF

Text Example


Text Example

White with #D9FCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9FCAF; }

 p { color: rgb(217,252,175); }

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

background-color css

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

 a { background-color: rgb(217,252,175); }

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

border-color css

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

 span { border-color: rgb(217,252,175); }

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