#D4F1AC

Color #D4F1AC Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #D4F1AC

Tints of Reef #D4F1AC

Color information

#D4F1AC (or 0xD4F1AC) is unknown color: approx Reef. HEX triplet: D4, F1 and AC. RGB value is (212,241,172). Sum of RGB (Red+Green+Blue) = 212+241+172=625 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.92% from 625); Green value is 241 (94.53% from 255 or 38.56% from 625); Blue value is 172 (67.58% from 255 or 27.52% from 625); Max value from RGB is 241 - color contains mainly: green. Hex color #D4F1AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4F1AC is #2B0E53. Grayscale: #E0E0E0. Windows color (decimal): -2821716 or 11334100. OLE color: 11334100.

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

Color convert

RGB212241172-
CMYK0.1200.290.05
HSL85.22º71.13%80.98%-
HSV(B)85.22º28.63%94.51%-
XYZ66.0579.8950.97-
YUV224.4698.39119.11-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.92%
GREEN value IS 241 (94.53% from 255) = 38.56%
BLUE value IS 172 (67.58% from 255) = 27.52%
R=33.92%
G=38.56%
B=27.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2122411720.1200.290.0585.2271.1380.98
HexD4F1ACC01D5554751
Octal324361254140355125107121
Binary1101010011110001101011001100011101101101010110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4F1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4F1AC; }

 p { color: rgb(212,241,172); }

 H1.HeaderClassName
 {
   color: #D4F1AC;
 }
 .AnyTagClassName
 {
   color: #D4F1AC;
 }
</style>
background-color css

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

 a { background-color: rgb(212,241,172); }

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

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

 span { border-color: rgb(212,241,172); }

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