#DCFD95

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

Shades of Reef #DCFD95

Tints of Reef #DCFD95

Color information

#DCFD95 (or 0xDCFD95) is unknown color: approx Reef. HEX triplet: DC, FD and 95. RGB value is (220,253,149). Sum of RGB (Red+Green+Blue) = 220+253+149=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 253 (99.22% from 255 or 40.68% from 622); Blue value is 149 (58.59% from 255 or 23.95% from 622); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFD95 is #23026A. Grayscale: #E7E7E7. Windows color (decimal): -2294379 or 9829852. OLE color: 9829852.

HSL color Cylindrical-coordinate representation of color #DCFD95: hue angle of 79.04º degrees, saturation: 0.96, 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 #DCFD95 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB220253149-
CMYK0.1300.410.01
HSL79.04º96.3%78.82%-
HSV(B)79.04º41.11%99.22%-
XYZ70.0787.6441.66-
YUV231.2881.57119.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.37%
GREEN value IS 253 (99.22% from 255) = 40.68%
BLUE value IS 149 (58.59% from 255) = 23.95%
R=35.37%
G=40.68%
B=23.95%

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
Decimal2202531490.1300.410.0179.0496.378.82
HexDCFD95D02914f604f
Octal334375225150511117140117
Binary110111001111110110010101110101010011100111111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFD95; }

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

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

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

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

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

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

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

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