Shades of Mindaro #CCFD5C
Tints of Mindaro #CCFD5C
RGB
CMYK
RGB Variations
Color information
#CCFD5C (or 0xCCFD5C) is known color: Mindaro. HEX triplet: CC, FD and 5C. RGB value is (204,253,92). Sum of RGB (Red+Green+Blue) = 204+253+92=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 253 (99.22% from 255 or 46.08% from 549); Blue value is 92 (36.33% from 255 or 16.76% from 549); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFD5C is #3302A3. Grayscale: #DCDCDC. Windows color (decimal): -3343012 or 6094284. OLE color: 6094284.
HSL color Cylindrical-coordinate representation of color #CCFD5C: hue angle of 78.26º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCFD5C is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 253 | 92 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.01 |
| HSL | 78.26º | 0.98% | 0.68% | - |
| HSV(B) | 78.26º | 0.64% | 0.99% | - |
| XYZ | 61.96 | 83.86 | 23.05 | - |
| YUV | 220 | 55.77 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 253 | 92 | 0.19 | 0 | 0.64 | 0.01 | 78.26 | 0.98 | 0.68 |
| Hex | CC | FD | 5C | 13 | 0 | 40 | 1 | 4E | 62 | 44 |
| Octal | 314 | 375 | 134 | 23 | 0 | 100 | 1 | 116 | 142 | 104 |
| Binary | 11001100 | 11111101 | 1011100 | 10011 | 0 | 1000000 | 1 | 1001110 | 1100010 | 1000100 |
Color Harmonies of #CCFD5C
Complementary color
Monochromatic Colors of #CCFD5C
Black with #CCFD5C
Text Example
Text Example
White with #CCFD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFD5C; }
p { color: rgb(204,253,92); }
H1.HeaderClassName
{
color: #CCFD5C;
}
.AnyTagClassName
{
color: #CCFD5C;
}
</style>
background-color css
<style>
a { background-color: #CCFD5C; }
a { background-color: rgb(204,253,92); }
div.DivClassName
{
background-color: #CCFD5C;
}
.BgClassName
{
background-color: #CCFD5C;
}
</style>
border-color css
<style>
span { border-color: #CCFD5C; }
span { border-color: rgb(204,253,92); }
td.TdClassName
{
border-color: #CCFD5C;
}
.TagClassName
{
border-color: #CCFD5C;
}
</style>