#CCF860

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

Shades of Mindaro #CCF860

Tints of Mindaro #CCF860

Color information

#CCF860 (or 0xCCF860) is unknown color: approx Mindaro. HEX triplet: CC, F8 and 60. RGB value is (204,248,96). Sum of RGB (Red+Green+Blue) = 204+248+96=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 248 (97.27% from 255 or 45.26% from 548); Blue value is 96 (37.89% from 255 or 17.52% from 548); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF860 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF860 is #33079F. Grayscale: #DADADA. Windows color (decimal): -3344288 or 6355148. OLE color: 6355148.

HSL color Cylindrical-coordinate representation of color #CCF860: hue angle of 77.37º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CCF860 is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB20424896-
CMYK0.1800.610.03
HSL77.37º91.57%67.45%-
HSV(B)77.37º61.29%97.25%-
XYZ60.5880.8223.47-
YUV217.5259.42118.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.23%
GREEN value IS 248 (97.27% from 255) = 45.26%
BLUE value IS 96 (37.89% from 255) = 17.52%
R=37.23%
G=45.26%
B=17.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal204248960.1800.610.0377.3791.5767.45
HexCCF8601203D34d5c43
Octal314370140220753115134103
Binary1100110011111000110000010010011110111100110110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF860; }

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

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

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

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

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

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

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

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