Shades of Mindaro #CCE05B
Tints of Mindaro #CCE05B
RGB
CMYK
RGB Variations
Color information
#CCE05B (or 0xCCE05B) is known color: Mindaro. HEX triplet: CC, E0 and 5B. RGB value is (204,224,91). Sum of RGB (Red+Green+Blue) = 204+224+91=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 224 (87.89% from 255 or 43.16% from 519); Blue value is 91 (35.94% from 255 or 17.53% from 519); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE05B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE05B is #331FA4. Grayscale: #CBCBCB. Windows color (decimal): -3350437 or 6021324. OLE color: 6021324.
HSL color Cylindrical-coordinate representation of color #CCE05B: hue angle of 69.02º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCE05B is Cyan = 0.09, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 91 | - |
| CMYK | 0.09 | 0 | 0.59 | 0.12 |
| HSL | 69.02º | 0.68% | 0.62% | - |
| HSV(B) | 69.02º | 0.59% | 0.88% | - |
| XYZ | 53.45 | 66.9 | 19.99 | - |
| YUV | 202.86 | 64.87 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 91 | 0.09 | 0 | 0.59 | 0.12 | 69.02 | 0.68 | 0.62 |
| Hex | CC | E0 | 5B | 9 | 0 | 3B | C | 45 | 44 | 3E |
| Octal | 314 | 340 | 133 | 11 | 0 | 73 | 14 | 105 | 104 | 76 |
| Binary | 11001100 | 11100000 | 1011011 | 1001 | 0 | 111011 | 1100 | 1000101 | 1000100 | 111110 |
Color Harmonies of #CCE05B
Complementary color
Monochromatic Colors of #CCE05B
Black with #CCE05B
Text Example
Text Example
White with #CCE05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE05B; }
p { color: rgb(204,224,91); }
H1.HeaderClassName
{
color: #CCE05B;
}
.AnyTagClassName
{
color: #CCE05B;
}
</style>
background-color css
<style>
a { background-color: #CCE05B; }
a { background-color: rgb(204,224,91); }
div.DivClassName
{
background-color: #CCE05B;
}
.BgClassName
{
background-color: #CCE05B;
}
</style>
border-color css
<style>
span { border-color: #CCE05B; }
span { border-color: rgb(204,224,91); }
td.TdClassName
{
border-color: #CCE05B;
}
.TagClassName
{
border-color: #CCE05B;
}
</style>