#DCF794

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

Shades of Reef #DCF794

Tints of Reef #DCF794

Color information

#DCF794 (or 0xDCF794) is unknown color: approx Reef. HEX triplet: DC, F7 and 94. RGB value is (220,247,148). Sum of RGB (Red+Green+Blue) = 220+247+148=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 247 (96.88% from 255 or 40.16% from 615); Blue value is 148 (58.20% from 255 or 24.07% from 615); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF794 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF794 is #23086B. Grayscale: #E4E4E4. Windows color (decimal): -2295916 or 9762780. OLE color: 9762780.

HSL color Cylindrical-coordinate representation of color #DCF794: hue angle of 76.36º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCF794 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB220247148-
CMYK0.1100.400.03
HSL76.36º86.09%77.45%-
HSV(B)76.36º40.08%96.86%-
XYZ68.1283.8840.62-
YUV227.6483.05122.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.77%
GREEN value IS 247 (96.88% from 255) = 40.16%
BLUE value IS 148 (58.20% from 255) = 24.07%
R=35.77%
G=40.16%
B=24.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2202471480.1100.400.0376.3686.0977.45
HexDCF794B02834c564d
Octal334367224130503114126115
Binary1101110011110111100101001011010100011100110010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF794; }

 p { color: rgb(220,247,148); }

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

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

 a { background-color: rgb(220,247,148); }

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

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

 span { border-color: rgb(220,247,148); }

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