#DCF197

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

Shades of Reef #DCF197

Tints of Reef #DCF197

Color information

#DCF197 (or 0xDCF197) is unknown color: approx Reef. HEX triplet: DC, F1 and 97. RGB value is (220,241,151). Sum of RGB (Red+Green+Blue) = 220+241+151=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 241 (94.53% from 255 or 39.38% from 612); Blue value is 151 (59.38% from 255 or 24.67% from 612); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF197 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF197 is #230E68. Grayscale: #E0E0E0. Windows color (decimal): -2297449 or 9957852. OLE color: 9957852.

HSL color Cylindrical-coordinate representation of color #DCF197: hue angle of 74º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCF197 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB220241151-
CMYK0.0900.370.05
HSL74º76.27%76.86%-
HSV(B)74º37.34%94.51%-
XYZ66.5680.3641.28-
YUV224.4686.54124.82-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.95%
GREEN value IS 241 (94.53% from 255) = 39.38%
BLUE value IS 151 (59.38% from 255) = 24.67%
R=35.95%
G=39.38%
B=24.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202411510.0900.370.057476.2776.86
HexDCF197902554a4c4d
Octal334361227110455112114115
Binary11011100111100011001011110010100101101100101010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF197; }

 p { color: rgb(220,241,151); }

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

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

 a { background-color: rgb(220,241,151); }

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

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

 span { border-color: rgb(220,241,151); }

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