Shades of Mindaro #CCFF5C
Tints of Mindaro #CCFF5C
RGB
CMYK
RGB Variations
Color information
#CCFF5C (or 0xCCFF5C) is known color: Mindaro. HEX triplet: CC, FF and 5C. RGB value is (204,255,92). Sum of RGB (Red+Green+Blue) = 204+255+92=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 92 (36.33% from 255 or 16.70% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFF5C is #3300A3. Grayscale: #DDDDDD. Windows color (decimal): -3342500 or 6094796. OLE color: 6094796.
HSL color Cylindrical-coordinate representation of color #CCFF5C: hue angle of 78.77º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCFF5C is Cyan = 0.2, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 92 | - |
| CMYK | 0.2 | 0 | 0.64 | 0 |
| HSL | 78.77º | 1% | 0.68% | - |
| HSV(B) | 78.77º | 0.64% | 1% | - |
| XYZ | 62.59 | 85.13 | 23.26 | - |
| YUV | 221.17 | 55.1 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 92 | 0.2 | 0 | 0.64 | 0 | 78.77 | 1 | 0.68 |
| Hex | CC | FF | 5C | 14 | 0 | 40 | 0 | 4F | 64 | 44 |
| Octal | 314 | 377 | 134 | 24 | 0 | 100 | 0 | 117 | 144 | 104 |
| Binary | 11001100 | 11111111 | 1011100 | 10100 | 0 | 1000000 | 0 | 1001111 | 1100100 | 1000100 |
Color Harmonies of #CCFF5C
Complementary color
Monochromatic Colors of #CCFF5C
Black with #CCFF5C
Text Example
Text Example
White with #CCFF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF5C; }
p { color: rgb(204,255,92); }
H1.HeaderClassName
{
color: #CCFF5C;
}
.AnyTagClassName
{
color: #CCFF5C;
}
</style>
background-color css
<style>
a { background-color: #CCFF5C; }
a { background-color: rgb(204,255,92); }
div.DivClassName
{
background-color: #CCFF5C;
}
.BgClassName
{
background-color: #CCFF5C;
}
</style>
border-color css
<style>
span { border-color: #CCFF5C; }
span { border-color: rgb(204,255,92); }
td.TdClassName
{
border-color: #CCFF5C;
}
.TagClassName
{
border-color: #CCFF5C;
}
</style>