Shades of Mindaro #CCFD5A
Tints of Mindaro #CCFD5A
RGB
CMYK
RGB Variations
Color information
#CCFD5A (or 0xCCFD5A) is known color: Mindaro. HEX triplet: CC, FD and 5A. RGB value is (204,253,90). Sum of RGB (Red+Green+Blue) = 204+253+90=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 253 (99.22% from 255 or 46.25% from 547); Blue value is 90 (35.55% from 255 or 16.45% from 547); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFD5A is #3302A5. Grayscale: #DCDCDC. Windows color (decimal): -3343014 or 5963212. OLE color: 5963212.
HSL color Cylindrical-coordinate representation of color #CCFD5A: hue angle of 78.04º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCFD5A is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 253 | 90 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.01 |
| HSL | 78.04º | 0.98% | 0.67% | - |
| HSV(B) | 78.04º | 0.64% | 0.99% | - |
| XYZ | 61.87 | 83.83 | 22.59 | - |
| YUV | 219.77 | 54.77 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 253 | 90 | 0.19 | 0 | 0.64 | 0.01 | 78.04 | 0.98 | 0.67 |
| Hex | CC | FD | 5A | 13 | 0 | 40 | 1 | 4E | 62 | 43 |
| Octal | 314 | 375 | 132 | 23 | 0 | 100 | 1 | 116 | 142 | 103 |
| Binary | 11001100 | 11111101 | 1011010 | 10011 | 0 | 1000000 | 1 | 1001110 | 1100010 | 1000011 |
Color Harmonies of #CCFD5A
Complementary color
Monochromatic Colors of #CCFD5A
Black with #CCFD5A
Text Example
Text Example
White with #CCFD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFD5A; }
p { color: rgb(204,253,90); }
H1.HeaderClassName
{
color: #CCFD5A;
}
.AnyTagClassName
{
color: #CCFD5A;
}
</style>
background-color css
<style>
a { background-color: #CCFD5A; }
a { background-color: rgb(204,253,90); }
div.DivClassName
{
background-color: #CCFD5A;
}
.BgClassName
{
background-color: #CCFD5A;
}
</style>
border-color css
<style>
span { border-color: #CCFD5A; }
span { border-color: rgb(204,253,90); }
td.TdClassName
{
border-color: #CCFD5A;
}
.TagClassName
{
border-color: #CCFD5A;
}
</style>