#D2F09D

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

Shades of Reef #D2F09D

Tints of Reef #D2F09D

Color information

#D2F09D (or 0xD2F09D) is unknown color: approx Reef. HEX triplet: D2, F0 and 9D. RGB value is (210,240,157). Sum of RGB (Red+Green+Blue) = 210+240+157=607 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.60% from 607); Green value is 240 (94.14% from 255 or 39.54% from 607); Blue value is 157 (61.72% from 255 or 25.86% from 607); Max value from RGB is 240 - color contains mainly: green. Hex color #D2F09D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F09D is #2D0F62. Grayscale: #DDDDDD. Windows color (decimal): -2953059 or 10350802. OLE color: 10350802.

HSL color Cylindrical-coordinate representation of color #D2F09D: hue angle of 81.69º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D2F09D is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB210240157-
CMYK0.1200.350.06
HSL81.69º73.45%77.84%-
HSV(B)81.69º34.58%94.12%-
XYZ63.8278.4643.68-
YUV221.5791.56119.75-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.60%
GREEN value IS 240 (94.14% from 255) = 39.54%
BLUE value IS 157 (61.72% from 255) = 25.86%
R=34.60%
G=39.54%
B=25.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2102401570.1200.350.0681.6973.4577.84
HexD2F09DC023652494e
Octal322360235140436122111116
Binary11010010111100001001110111000100011110101001010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F09D; }

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

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

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

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

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

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

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

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