#D5F1AC

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

Shades of Reef #D5F1AC

Tints of Reef #D5F1AC

Color information

#D5F1AC (or 0xD5F1AC) is unknown color: approx Reef. HEX triplet: D5, F1 and AC. RGB value is (213,241,172). Sum of RGB (Red+Green+Blue) = 213+241+172=626 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.03% from 626); Green value is 241 (94.53% from 255 or 38.50% from 626); Blue value is 172 (67.58% from 255 or 27.48% from 626); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F1AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F1AC is #2A0E53. Grayscale: #E1E1E1. Windows color (decimal): -2756180 or 11334101. OLE color: 11334101.

HSL color Cylindrical-coordinate representation of color #D5F1AC: hue angle of 84.35º 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 #D5F1AC is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB213241172-
CMYK0.1200.290.05
HSL84.35º71.13%80.98%-
HSV(B)84.35º28.63%94.51%-
XYZ66.3480.0450.98-
YUV224.7698.22119.61-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.03%
GREEN value IS 241 (94.53% from 255) = 38.50%
BLUE value IS 172 (67.58% from 255) = 27.48%
R=34.03%
G=38.50%
B=27.48%

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
Decimal2132411720.1200.290.0584.3571.1380.98
HexD5F1ACC01D5544751
Octal325361254140355124107121
Binary1101010111110001101011001100011101101101010010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F1AC; }

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

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

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

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

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

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

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

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