#D2FE9D

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

Shades of Reef #D2FE9D

Tints of Reef #D2FE9D

Color information

#D2FE9D (or 0xD2FE9D) is unknown color: approx Reef. HEX triplet: D2, FE and 9D. RGB value is (210,254,157). Sum of RGB (Red+Green+Blue) = 210+254+157=621 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.82% from 621); Green value is 254 (99.61% from 255 or 40.90% from 621); Blue value is 157 (61.72% from 255 or 25.28% from 621); Max value from RGB is 254 - color contains mainly: green. Hex color #D2FE9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FE9D is #2D0162. Grayscale: #E6E6E6. Windows color (decimal): -2949475 or 10354386. OLE color: 10354386.

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

Color convert

RGB210254157-
CMYK0.1700.380.00
HSL87.22º97.98%80.59%-
HSV(B)87.22º38.19%99.61%-
XYZ68.1187.0245.11-
YUV229.7986.92113.89-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.82%
GREEN value IS 254 (99.61% from 255) = 40.90%
BLUE value IS 157 (61.72% from 255) = 25.28%
R=33.82%
G=40.90%
B=25.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2102541570.1700.380.0087.2297.9880.59
HexD2FE9D110260576251
Octal322376235210460127142121
Binary1101001011111110100111011000101001100101011111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FE9D; }

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

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

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

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

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

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

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

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