#DCFA95

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

Shades of Reef #DCFA95

Tints of Reef #DCFA95

Color information

#DCFA95 (or 0xDCFA95) is unknown color: approx Reef. HEX triplet: DC, FA and 95. RGB value is (220,250,149). Sum of RGB (Red+Green+Blue) = 220+250+149=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 149 (58.59% from 255 or 24.07% from 619); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFA95 is #23056A. Grayscale: #E5E5E5. Windows color (decimal): -2295147 or 9829084. OLE color: 9829084.

HSL color Cylindrical-coordinate representation of color #DCFA95: hue angle of 77.82º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCFA95 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB220250149-
CMYK0.1200.400.02
HSL77.82º90.99%78.24%-
HSV(B)77.82º40.4%98.04%-
XYZ69.1385.7641.34-
YUV229.5282.56121.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.54%
GREEN value IS 250 (98.05% from 255) = 40.39%
BLUE value IS 149 (58.59% from 255) = 24.07%
R=35.54%
G=40.39%
B=24.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202501490.1200.400.0277.8290.9978.24
HexDCFA95C02824e5b4e
Octal334372225140502116133116
Binary1101110011111010100101011100010100010100111010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFA95; }

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

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

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

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

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

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

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

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