#CCF560

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

Shades of Mindaro #CCF560

Tints of Mindaro #CCF560

Color information

#CCF560 (or 0xCCF560) is unknown color: approx Mindaro. HEX triplet: CC, F5 and 60. RGB value is (204,245,96). Sum of RGB (Red+Green+Blue) = 204+245+96=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 245 (96.09% from 255 or 44.95% from 545); Blue value is 96 (37.89% from 255 or 17.61% from 545); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF560 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF560 is #330A9F. Grayscale: #D8D8D8. Windows color (decimal): -3345056 or 6354380. OLE color: 6354380.

HSL color Cylindrical-coordinate representation of color #CCF560: hue angle of 76.51º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CCF560 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB20424596-
CMYK0.1700.610.04
HSL76.51º88.17%66.86%-
HSV(B)76.51º60.82%96.08%-
XYZ59.6778.9923.17-
YUV215.7560.42119.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.43%
GREEN value IS 245 (96.09% from 255) = 44.95%
BLUE value IS 96 (37.89% from 255) = 17.61%
R=37.43%
G=44.95%
B=17.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal204245960.1700.610.0476.5188.1766.86
HexCCF5601103D44d5843
Octal314365140210754115130103
Binary11001100111101011100000100010111101100100110110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF560; }

 p { color: rgb(204,245,96); }

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

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

 a { background-color: rgb(204,245,96); }

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

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

 span { border-color: rgb(204,245,96); }

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