Html Css Color HEX #D6F5AB Reef

📋 copy color: '#D6F5AB'

red 214 ◦ green 245 ◦ blue 171

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

Shades of Reef #D6F5AB

Tints of Reef #D6F5AB

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.89%

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

R = 33.97%
G = 38.89%
B = 27.14%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#D6F5AB (or 0xD6F5AB) is known color: Reef. HEX triplet: D6, F5 and AB. RGB value is (214,245,171). Sum of RGB (Red+Green+Blue) = 214+245+171=630 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.97% from 630); Green value is 245 (96.09% from 255 or 38.89% from 630); Blue value is 171 (67.19% from 255 or 27.14% from 630); Max value from RGB is 245 - color contains mainly: green. Hex color #D6F5AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F5AB is #290A54. Grayscale: #E3E3E3. Windows color (decimal): -2689621 or 11269590. OLE color: 11269590.

HSL color Cylindrical-coordinate representation of color #D6F5AB: hue angle of 85.14º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6F5AB is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 214 245 171 -
CMYK 0.13 0 0.30 0.04
HSL 85.14º 0.79% 0.82% -
HSV(B) 85.14º 0.3% 0.96% -
XYZ 67.73 82.54 50.89 -
YUV 227.3 96.23 118.52 -
System Red Green Blue C M Y K H S L
Decimal 214 245 171 0.13 0 0.30 0.04 85.14 0.79 0.82
Hex D6 F5 AB D 0 1E 4 55 4F 52
Octal 326 365 253 15 0 36 4 125 117 122
Binary 11010110 11110101 10101011 1101 0 11110 100 1010101 1001111 1010010

Color Harmonies of #D6F5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F5AB

Black with #D6F5AB

Text Example


Text Example

White with #D6F5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F5AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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