#D0F09C

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

Shades of Reef #D0F09C

Tints of Reef #D0F09C

Color information

#D0F09C (or 0xD0F09C) is unknown color: approx Reef. HEX triplet: D0, F0 and 9C. RGB value is (208,240,156). Sum of RGB (Red+Green+Blue) = 208+240+156=604 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.44% from 604); Green value is 240 (94.14% from 255 or 39.74% from 604); Blue value is 156 (61.33% from 255 or 25.83% from 604); Max value from RGB is 240 - color contains mainly: green. Hex color #D0F09C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F09C is #2F0F63. Grayscale: #DDDDDD. Windows color (decimal): -3084132 or 10285264. OLE color: 10285264.

HSL color Cylindrical-coordinate representation of color #D0F09C: hue angle of 82.86º degrees, saturation: 0.74, 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 #D0F09C is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB208240156-
CMYK0.1300.350.06
HSL82.86º73.68%77.65%-
HSV(B)82.86º35%94.12%-
XYZ63.1778.1343.2-
YUV220.8691.4118.83-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.44%
GREEN value IS 240 (94.14% from 255) = 39.74%
BLUE value IS 156 (61.33% from 255) = 25.83%
R=34.44%
G=39.74%
B=25.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2082401560.1300.350.0682.8673.6877.65
HexD0F09CD0236534a4e
Octal320360234150436123112116
Binary11010000111100001001110011010100011110101001110010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F09C; }

 p { color: rgb(208,240,156); }

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

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

 a { background-color: rgb(208,240,156); }

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

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

 span { border-color: rgb(208,240,156); }

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