#D2FF91

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

Shades of Reef #D2FF91

Tints of Reef #D2FF91

Color information

#D2FF91 (or 0xD2FF91) is unknown color: approx Reef. HEX triplet: D2, FF and 91. RGB value is (210,255,145). Sum of RGB (Red+Green+Blue) = 210+255+145=610 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.43% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 145 (57.03% from 255 or 23.77% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FF91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FF91 is #2D006E. Grayscale: #E5E5E5. Windows color (decimal): -2949231 or 9568210. OLE color: 9568210.

HSL color Cylindrical-coordinate representation of color #D2FF91: hue angle of 84.55º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D2FF91 is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.

Color convert

RGB210255145-
CMYK0.1800.430
HSL84.55º100%78.43%-
HSV(B)84.55º43.14%100%-
XYZ67.4587.2740.08-
YUV22980.59114.44-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.43%
GREEN value IS 255 (100% from 255) = 41.80%
BLUE value IS 145 (57.03% from 255) = 23.77%
R=34.43%
G=41.80%
B=23.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2102551450.1800.43084.5510078.43
HexD2FF911202B055644e
Octal322377221220530125144116
Binary1101001011111111100100011001001010110101010111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FF91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FF91; }

 p { color: rgb(210,255,145); }

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

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

 a { background-color: rgb(210,255,145); }

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

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

 span { border-color: rgb(210,255,145); }

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