#DCFC8A

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

Shades of Reef #DCFC8A

Tints of Reef #DCFC8A

Color information

#DCFC8A (or 0xDCFC8A) is unknown color: approx Reef. HEX triplet: DC, FC and 8A. RGB value is (220,252,138). Sum of RGB (Red+Green+Blue) = 220+252+138=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 252 (98.83% from 255 or 41.31% from 610); Blue value is 138 (54.30% from 255 or 22.62% from 610); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFC8A is #230375. Grayscale: #E5E5E5. Windows color (decimal): -2294646 or 9108700. OLE color: 9108700.

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

Color convert

RGB220252138-
CMYK0.1300.450.01
HSL76.84º95%76.47%-
HSV(B)76.84º45.24%98.82%-
XYZ68.9186.6737.14-
YUV229.4476.4121.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.07%
GREEN value IS 252 (98.83% from 255) = 41.31%
BLUE value IS 138 (54.30% from 255) = 22.62%
R=36.07%
G=41.31%
B=22.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202521380.1300.450.0176.849576.47
HexDCFC8AD02D14d5f4c
Octal334374212150551115137114
Binary110111001111110010001010110101011011100110110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFC8A; }

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

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

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

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

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

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

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

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