#DCF09D

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

Shades of Reef #DCF09D

Tints of Reef #DCF09D

Color information

#DCF09D (or 0xDCF09D) is unknown color: approx Reef. HEX triplet: DC, F0 and 9D. RGB value is (220,240,157). Sum of RGB (Red+Green+Blue) = 220+240+157=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 240 (94.14% from 255 or 38.90% from 617); Blue value is 157 (61.72% from 255 or 25.45% from 617); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF09D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF09D is #230F62. Grayscale: #E0E0E0. Windows color (decimal): -2297699 or 10350812. OLE color: 10350812.

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

Color convert

RGB220240157-
CMYK0.0800.350.06
HSL74.46º73.45%77.84%-
HSV(B)74.46º34.58%94.12%-
XYZ66.7679.9743.82-
YUV224.5689.87124.75-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.66%
GREEN value IS 240 (94.14% from 255) = 38.90%
BLUE value IS 157 (61.72% from 255) = 25.45%
R=35.66%
G=38.90%
B=25.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202401570.0800.350.0674.4673.4577.84
HexDCF09D802364a494e
Octal334360235100436112111116
Binary11011100111100001001110110000100011110100101010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF09D; }

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

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

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

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

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

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

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

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