Shades of Mindaro #CCE658
Tints of Mindaro #CCE658
RGB
CMYK
RGB Variations
Color information
#CCE658 (or 0xCCE658) is known color: Mindaro. HEX triplet: CC, E6 and 58. RGB value is (204,230,88). Sum of RGB (Red+Green+Blue) = 204+230+88=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 230 (90.23% from 255 or 44.06% from 522); Blue value is 88 (34.77% from 255 or 16.86% from 522); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE658 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE658 is #3319A7. Grayscale: #CECECE. Windows color (decimal): -3348904 or 5826252. OLE color: 5826252.
HSL color Cylindrical-coordinate representation of color #CCE658: hue angle of 70.99º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCE658 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 88 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.10 |
| HSL | 70.99º | 0.74% | 0.62% | - |
| HSV(B) | 70.99º | 0.62% | 0.9% | - |
| XYZ | 54.96 | 70.14 | 19.87 | - |
| YUV | 206.04 | 61.39 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 88 | 0.11 | 0 | 0.62 | 0.10 | 70.99 | 0.74 | 0.62 |
| Hex | CC | E6 | 58 | B | 0 | 3E | A | 47 | 4A | 3E |
| Octal | 314 | 346 | 130 | 13 | 0 | 76 | 12 | 107 | 112 | 76 |
| Binary | 11001100 | 11100110 | 1011000 | 1011 | 0 | 111110 | 1010 | 1000111 | 1001010 | 111110 |
Color Harmonies of #CCE658
Complementary color
Monochromatic Colors of #CCE658
Black with #CCE658
Text Example
Text Example
White with #CCE658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE658; }
p { color: rgb(204,230,88); }
H1.HeaderClassName
{
color: #CCE658;
}
.AnyTagClassName
{
color: #CCE658;
}
</style>
background-color css
<style>
a { background-color: #CCE658; }
a { background-color: rgb(204,230,88); }
div.DivClassName
{
background-color: #CCE658;
}
.BgClassName
{
background-color: #CCE658;
}
</style>
border-color css
<style>
span { border-color: #CCE658; }
span { border-color: rgb(204,230,88); }
td.TdClassName
{
border-color: #CCE658;
}
.TagClassName
{
border-color: #CCE658;
}
</style>