#D0F1AB

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

Shades of Reef #D0F1AB

Tints of Reef #D0F1AB

Color information

#D0F1AB (or 0xD0F1AB) is unknown color: approx Reef. HEX triplet: D0, F1 and AB. RGB value is (208,241,171). Sum of RGB (Red+Green+Blue) = 208+241+171=620 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.55% from 620); Green value is 241 (94.53% from 255 or 38.87% from 620); Blue value is 171 (67.19% from 255 or 27.58% from 620); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F1AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F1AB is #2F0E54. Grayscale: #DFDFDF. Windows color (decimal): -3083861 or 11268560. OLE color: 11268560.

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

Color convert

RGB208241171-
CMYK0.1400.290.05
HSL88.29º71.43%80.78%-
HSV(B)88.29º29.05%94.51%-
XYZ64.8279.2650.41-
YUV223.1598.57117.19-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.55%
GREEN value IS 241 (94.53% from 255) = 38.87%
BLUE value IS 171 (67.19% from 255) = 27.58%
R=33.55%
G=38.87%
B=27.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2082411710.1400.290.0588.2971.4380.78
HexD0F1ABE01D5584751
Octal320361253160355130107121
Binary1101000011110001101010111110011101101101100010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F1AB; }

 p { color: rgb(208,241,171); }

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

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

 a { background-color: rgb(208,241,171); }

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

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

 span { border-color: rgb(208,241,171); }

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