#D2FEAB

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

Shades of Reef #D2FEAB

Tints of Reef #D2FEAB

Color information

#D2FEAB (or 0xD2FEAB) is unknown color: approx Reef. HEX triplet: D2, FE and AB. RGB value is (210,254,171). Sum of RGB (Red+Green+Blue) = 210+254+171=635 (84% of max value = 765). Red value is 210 (82.42% from 255 or 33.07% from 635); Green value is 254 (99.61% from 255 or 40% from 635); Blue value is 171 (67.19% from 255 or 26.93% from 635); Max value from RGB is 254 - color contains mainly: green. Hex color #D2FEAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FEAB is #2D0154. Grayscale: #E7E7E7. Windows color (decimal): -2949461 or 11271890. OLE color: 11271890.

HSL color Cylindrical-coordinate representation of color #D2FEAB: hue angle of 91.81º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D2FEAB is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB210254171-
CMYK0.1700.330.00
HSL91.81º97.65%83.33%-
HSV(B)91.81º32.68%99.61%-
XYZ69.3787.5351.77-
YUV231.3893.92112.75-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.07%
GREEN value IS 254 (99.61% from 255) = 40%
BLUE value IS 171 (67.19% from 255) = 26.93%
R=33.07%
G=40%
B=26.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2102541710.1700.330.0091.8197.6583.33
HexD2FEAB1102105c6253
Octal322376253210410134142123
Binary1101001011111110101010111000101000010101110011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FEAB; }

 p { color: rgb(210,254,171); }

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

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

 a { background-color: rgb(210,254,171); }

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

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

 span { border-color: rgb(210,254,171); }

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