Shades of Mindaro #CCFF57
Tints of Mindaro #CCFF57
RGB
CMYK
RGB Variations
Color information
#CCFF57 (or 0xCCFF57) is known color: Mindaro. HEX triplet: CC, FF and 57. RGB value is (204,255,87). Sum of RGB (Red+Green+Blue) = 204+255+87=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 255 (100% from 255 or 46.70% from 546); Blue value is 87 (34.38% from 255 or 15.93% from 546); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF57 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFF57 is #3300A8. Grayscale: #DDDDDD. Windows color (decimal): -3342505 or 5767116. OLE color: 5767116.
HSL color Cylindrical-coordinate representation of color #CCFF57: hue angle of 78.21º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCFF57 is Cyan = 0.2, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 87 | - |
| CMYK | 0.2 | 0 | 0.66 | 0 |
| HSL | 78.21º | 1% | 0.67% | - |
| HSV(B) | 78.21º | 0.66% | 1% | - |
| XYZ | 62.38 | 85.05 | 22.14 | - |
| YUV | 220.6 | 52.6 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 87 | 0.2 | 0 | 0.66 | 0 | 78.21 | 1 | 0.67 |
| Hex | CC | FF | 57 | 14 | 0 | 42 | 0 | 4E | 64 | 43 |
| Octal | 314 | 377 | 127 | 24 | 0 | 102 | 0 | 116 | 144 | 103 |
| Binary | 11001100 | 11111111 | 1010111 | 10100 | 0 | 1000010 | 0 | 1001110 | 1100100 | 1000011 |
Color Harmonies of #CCFF57
Complementary color
Monochromatic Colors of #CCFF57
Black with #CCFF57
Text Example
Text Example
White with #CCFF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF57; }
p { color: rgb(204,255,87); }
H1.HeaderClassName
{
color: #CCFF57;
}
.AnyTagClassName
{
color: #CCFF57;
}
</style>
background-color css
<style>
a { background-color: #CCFF57; }
a { background-color: rgb(204,255,87); }
div.DivClassName
{
background-color: #CCFF57;
}
.BgClassName
{
background-color: #CCFF57;
}
</style>
border-color css
<style>
span { border-color: #CCFF57; }
span { border-color: rgb(204,255,87); }
td.TdClassName
{
border-color: #CCFF57;
}
.TagClassName
{
border-color: #CCFF57;
}
</style>