Html Css Color HEX #D4F0AB Reef

📋 copy color: '#D4F0AB'

red 212 ◦ green 240 ◦ blue 171

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

Shades of Reef #D4F0AB

Tints of Reef #D4F0AB

RGB

 RED value IS 212 (83.2% from 255) = 34.03%

 GREEN value IS 240 (94.14% from 255) = 38.52%

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

R = 34.03%
G = 38.52%
B = 27.45%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#D4F0AB (or 0xD4F0AB) is known color: Reef. HEX triplet: D4, F0 and AB. RGB value is (212,240,171). Sum of RGB (Red+Green+Blue) = 212+240+171=623 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.03% from 623); Green value is 240 (94.14% from 255 or 38.52% from 623); Blue value is 171 (67.19% from 255 or 27.45% from 623); Max value from RGB is 240 - color contains mainly: green. Hex color #D4F0AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4F0AB is #2B0F54. Grayscale: #E0E0E0. Windows color (decimal): -2821973 or 11268308. OLE color: 11268308.

HSL color Cylindrical-coordinate representation of color #D4F0AB: hue angle of 84.35º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4F0AB is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 212 240 171 -
CMYK 0.12 0 0.29 0.06
HSL 84.35º 0.7% 0.81% -
HSV(B) 84.35º 0.29% 0.94% -
XYZ 65.66 79.26 50.37 -
YUV 223.76 98.22 119.61 -
System Red Green Blue C M Y K H S L
Decimal 212 240 171 0.12 0 0.29 0.06 84.35 0.7 0.81
Hex D4 F0 AB C 0 1D 6 54 46 51
Octal 324 360 253 14 0 35 6 124 106 121
Binary 11010100 11110000 10101011 1100 0 11101 110 1010100 1000110 1010001

Color Harmonies of #D4F0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F0AB

Black with #D4F0AB

Text Example


Text Example

White with #D4F0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F0AB; }

 p { color: rgb(212,240,171); }

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

background-color css

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

 a { background-color: rgb(212,240,171); }

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

border-color css

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

 span { border-color: rgb(212,240,171); }

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