#DCFA9C

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

Shades of Reef #DCFA9C

Tints of Reef #DCFA9C

Color information

#DCFA9C (or 0xDCFA9C) is unknown color: approx Reef. HEX triplet: DC, FA and 9C. RGB value is (220,250,156). Sum of RGB (Red+Green+Blue) = 220+250+156=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 250 (98.05% from 255 or 39.94% from 626); Blue value is 156 (61.33% from 255 or 24.92% from 626); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFA9C is #230563. Grayscale: #E6E6E6. Windows color (decimal): -2295140 or 10287836. OLE color: 10287836.

HSL color Cylindrical-coordinate representation of color #DCFA9C: hue angle of 79.15º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCFA9C is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB220250156-
CMYK0.1200.380.02
HSL79.15º90.38%79.61%-
HSV(B)79.15º37.6%98.04%-
XYZ69.785.9944.38-
YUV230.3186.06120.64-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.14%
GREEN value IS 250 (98.05% from 255) = 39.94%
BLUE value IS 156 (61.33% from 255) = 24.92%
R=35.14%
G=39.94%
B=24.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202501560.1200.380.0279.1590.3879.61
HexDCFA9CC02624f5a50
Octal334372234140462117132120
Binary1101110011111010100111001100010011010100111110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFA9C; }

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

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

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

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

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

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

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

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