#DCFCA5

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

Shades of Reef #DCFCA5

Tints of Reef #DCFCA5

Color information

#DCFCA5 (or 0xDCFCA5) is unknown color: approx Reef. HEX triplet: DC, FC and A5. RGB value is (220,252,165). Sum of RGB (Red+Green+Blue) = 220+252+165=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 252 (98.83% from 255 or 39.56% from 637); Blue value is 165 (64.84% from 255 or 25.90% from 637); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFCA5 is #23035A. Grayscale: #E8E8E8. Windows color (decimal): -2294619 or 10878172. OLE color: 10878172.

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

Color convert

RGB220252165-
CMYK0.1300.350.01
HSL82.07º93.55%81.76%-
HSV(B)82.07º34.52%98.82%-
XYZ71.1287.5548.75-
YUV232.5189.9119.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.54%
GREEN value IS 252 (98.83% from 255) = 39.56%
BLUE value IS 165 (64.84% from 255) = 25.90%
R=34.54%
G=39.56%
B=25.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202521650.1300.350.0182.0793.5581.76
HexDCFCA5D0231525e52
Octal334374245150431122136122
Binary110111001111110010100101110101000111101001010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFCA5; }

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

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

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

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

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

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

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

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