Html Css Color HEX #D6F4AB Reef

📋 copy color: '#D6F4AB'

red 214 ◦ green 244 ◦ blue 171

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

Shades of Reef #D6F4AB

Tints of Reef #D6F4AB

RGB

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

 GREEN value IS 244 (95.7% from 255) = 38.79%

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

R = 34.02%
G = 38.79%
B = 27.19%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#D6F4AB (or 0xD6F4AB) is known color: Reef. HEX triplet: D6, F4 and AB. RGB value is (214,244,171). Sum of RGB (Red+Green+Blue) = 214+244+171=629 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.02% from 629); Green value is 244 (95.70% from 255 or 38.79% from 629); Blue value is 171 (67.19% from 255 or 27.19% from 629); Max value from RGB is 244 - color contains mainly: green. Hex color #D6F4AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F4AB is #290B54. Grayscale: #E2E2E2. Windows color (decimal): -2689877 or 11269334. OLE color: 11269334.

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

Color convert

RGB 214 244 171 -
CMYK 0.12 0 0.30 0.04
HSL 84.66º 0.77% 0.81% -
HSV(B) 84.66º 0.3% 0.96% -
XYZ 67.43 81.94 50.79 -
YUV 226.71 96.56 118.94 -
System Red Green Blue C M Y K H S L
Decimal 214 244 171 0.12 0 0.30 0.04 84.66 0.77 0.81
Hex D6 F4 AB C 0 1E 4 55 4D 51
Octal 326 364 253 14 0 36 4 125 115 121
Binary 11010110 11110100 10101011 1100 0 11110 100 1010101 1001101 1010001

Color Harmonies of #D6F4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F4AB

Black with #D6F4AB

Text Example


Text Example

White with #D6F4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F4AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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