#DCFC95

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

Shades of Reef #DCFC95

Tints of Reef #DCFC95

Color information

#DCFC95 (or 0xDCFC95) is unknown color: approx Reef. HEX triplet: DC, FC and 95. RGB value is (220,252,149). Sum of RGB (Red+Green+Blue) = 220+252+149=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 252 (98.83% from 255 or 40.58% from 621); Blue value is 149 (58.59% from 255 or 23.99% from 621); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFC95 is #23036A. Grayscale: #E7E7E7. Windows color (decimal): -2294635 or 9829596. OLE color: 9829596.

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

Color convert

RGB220252149-
CMYK0.1300.410.01
HSL78.64º94.5%78.63%-
HSV(B)78.64º40.87%98.82%-
XYZ69.7587.0141.55-
YUV230.6981.9120.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.43%
GREEN value IS 252 (98.83% from 255) = 40.58%
BLUE value IS 149 (58.59% from 255) = 23.99%
R=35.43%
G=40.58%
B=23.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202521490.1300.410.0178.6494.578.63
HexDCFC95D02914f5e4f
Octal334374225150511117136117
Binary110111001111110010010101110101010011100111110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFC95; }

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

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

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

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

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

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

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

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