#DCF68C

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

Shades of Reef #DCF68C

Tints of Reef #DCF68C

Color information

#DCF68C (or 0xDCF68C) is unknown color: approx Reef. HEX triplet: DC, F6 and 8C. RGB value is (220,246,140). Sum of RGB (Red+Green+Blue) = 220+246+140=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 246 (96.48% from 255 or 40.59% from 606); Blue value is 140 (55.08% from 255 or 23.10% from 606); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF68C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF68C is #230973. Grayscale: #E2E2E2. Windows color (decimal): -2296180 or 9238236. OLE color: 9238236.

HSL color Cylindrical-coordinate representation of color #DCF68C: hue angle of 74.72º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCF68C is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB220246140-
CMYK0.1100.430.04
HSL74.72º85.48%75.69%-
HSV(B)74.72º43.09%96.47%-
XYZ67.283.0237.29-
YUV226.1479.39123.62-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.30%
GREEN value IS 246 (96.48% from 255) = 40.59%
BLUE value IS 140 (55.08% from 255) = 23.10%
R=36.30%
G=40.59%
B=23.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202461400.1100.430.0474.7285.4875.69
HexDCF68CB02B44b554c
Octal334366214130534113125114
Binary11011100111101101000110010110101011100100101110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF68C; }

 p { color: rgb(220,246,140); }

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

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

 a { background-color: rgb(220,246,140); }

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

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

 span { border-color: rgb(220,246,140); }

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