Html Css Color HEX #D6FEAB Reef

📋 copy color: '#D6FEAB'

red 214 ◦ green 254 ◦ blue 171

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

Shades of Reef #D6FEAB

Tints of Reef #D6FEAB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 39.75%

 BLUE value IS 171 (67.19% from 255) = 26.76%

R = 33.49%
G = 39.75%
B = 26.76%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#D6FEAB (or 0xD6FEAB) is known color: Reef. HEX triplet: D6, FE and AB. RGB value is (214,254,171). Sum of RGB (Red+Green+Blue) = 214+254+171=639 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.49% from 639); Green value is 254 (99.61% from 255 or 39.75% from 639); Blue value is 171 (67.19% from 255 or 26.76% from 639); Max value from RGB is 254 - color contains mainly: green. Hex color #D6FEAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FEAB is #290154. Grayscale: #E8E8E8. Windows color (decimal): -2687317 or 11271894. OLE color: 11271894.

HSL color Cylindrical-coordinate representation of color #D6FEAB: hue angle of 88.92º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D6FEAB is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB 214 254 171 -
CMYK 0.16 0 0.33 0.00
HSL 88.92º 0.98% 0.83% -
HSV(B) 88.92º 0.33% 1% -
XYZ 70.52 88.12 51.82 -
YUV 232.58 93.25 114.75 -
System Red Green Blue C M Y K H S L
Decimal 214 254 171 0.16 0 0.33 0.00 88.92 0.98 0.83
Hex D6 FE AB 10 0 21 0 59 62 53
Octal 326 376 253 20 0 41 0 131 142 123
Binary 11010110 11111110 10101011 10000 0 100001 0 1011001 1100010 1010011

Color Harmonies of #D6FEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FEAB

Black with #D6FEAB

Text Example


Text Example

White with #D6FEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FEAB; }

 p { color: rgb(214,254,171); }

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

background-color css

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

 a { background-color: rgb(214,254,171); }

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

border-color css

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

 span { border-color: rgb(214,254,171); }

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