#DCFC8E

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

Shades of Reef #DCFC8E

Tints of Reef #DCFC8E

Color information

#DCFC8E (or 0xDCFC8E) is unknown color: approx Reef. HEX triplet: DC, FC and 8E. RGB value is (220,252,142). Sum of RGB (Red+Green+Blue) = 220+252+142=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 252 (98.83% from 255 or 41.04% from 614); Blue value is 142 (55.86% from 255 or 23.13% from 614); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFC8E is #230371. Grayscale: #E6E6E6. Windows color (decimal): -2294642 or 9370844. OLE color: 9370844.

HSL color Cylindrical-coordinate representation of color #DCFC8E: hue angle of 77.45º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCFC8E is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB220252142-
CMYK0.1300.440.01
HSL77.45º94.83%77.25%-
HSV(B)77.45º43.65%98.82%-
XYZ69.2186.7938.7-
YUV229.8978.4120.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.83%
GREEN value IS 252 (98.83% from 255) = 41.04%
BLUE value IS 142 (55.86% from 255) = 23.13%
R=35.83%
G=41.04%
B=23.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202521420.1300.440.0177.4594.8377.25
HexDCFC8ED02C14d5f4d
Octal334374216150541115137115
Binary110111001111110010001110110101011001100110110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFC8E; }

 p { color: rgb(220,252,142); }

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

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

 a { background-color: rgb(220,252,142); }

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

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

 span { border-color: rgb(220,252,142); }

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