Html Css Color HEX #D6FCAF Reef

📋 copy color: '#D6FCAF'

red 214 ◦ green 252 ◦ blue 175

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

Shades of Reef #D6FCAF

Tints of Reef #D6FCAF

RGB

 RED value IS 214 (83.98% from 255) = 33.39%

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

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

R = 33.39%
G = 39.31%
B = 27.3%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#D6FCAF (or 0xD6FCAF) is known color: Reef. HEX triplet: D6, FC and AF. RGB value is (214,252,175). Sum of RGB (Red+Green+Blue) = 214+252+175=641 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.39% from 641); Green value is 252 (98.83% from 255 or 39.31% from 641); Blue value is 175 (68.75% from 255 or 27.30% from 641); Max value from RGB is 252 - color contains mainly: green. Hex color #D6FCAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FCAF is #290350. Grayscale: #E8E8E8. Windows color (decimal): -2687825 or 11533526. OLE color: 11533526.

HSL color Cylindrical-coordinate representation of color #D6FCAF: hue angle of 89.61º 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 #D6FCAF is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 252 175 -
CMYK 0.15 0 0.31 0.01
HSL 89.61º 0.93% 0.84% -
HSV(B) 89.61º 0.31% 0.99% -
XYZ 70.28 87.01 53.65 -
YUV 231.86 95.91 115.26 -
System Red Green Blue C M Y K H S L
Decimal 214 252 175 0.15 0 0.31 0.01 89.61 0.93 0.84
Hex D6 FC AF F 0 1F 1 5A 5D 54
Octal 326 374 257 17 0 37 1 132 135 124
Binary 11010110 11111100 10101111 1111 0 11111 1 1011010 1011101 1010100

Color Harmonies of #D6FCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FCAF

Black with #D6FCAF

Text Example


Text Example

White with #D6FCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FCAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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