Shades of Mindaro #CCED5C
Tints of Mindaro #CCED5C
RGB
CMYK
RGB Variations
Color information
#CCED5C (or 0xCCED5C) is known color: Mindaro. HEX triplet: CC, ED and 5C. RGB value is (204,237,92). Sum of RGB (Red+Green+Blue) = 204+237+92=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 237 (92.97% from 255 or 44.47% from 533); Blue value is 92 (36.33% from 255 or 17.26% from 533); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCED5C is #3312A3. Grayscale: #D3D3D3. Windows color (decimal): -3347108 or 6090188. OLE color: 6090188.
HSL color Cylindrical-coordinate representation of color #CCED5C: hue angle of 73.66º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CCED5C is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 237 | 92 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.07 |
| HSL | 73.66º | 0.8% | 0.65% | - |
| HSV(B) | 73.66º | 0.61% | 0.93% | - |
| XYZ | 57.12 | 74.18 | 21.43 | - |
| YUV | 210.6 | 61.07 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 237 | 92 | 0.14 | 0 | 0.61 | 0.07 | 73.66 | 0.8 | 0.65 |
| Hex | CC | ED | 5C | E | 0 | 3D | 7 | 4A | 50 | 41 |
| Octal | 314 | 355 | 134 | 16 | 0 | 75 | 7 | 112 | 120 | 101 |
| Binary | 11001100 | 11101101 | 1011100 | 1110 | 0 | 111101 | 111 | 1001010 | 1010000 | 1000001 |
Color Harmonies of #CCED5C
Complementary color
Monochromatic Colors of #CCED5C
Black with #CCED5C
Text Example
Text Example
White with #CCED5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCED5C; }
p { color: rgb(204,237,92); }
H1.HeaderClassName
{
color: #CCED5C;
}
.AnyTagClassName
{
color: #CCED5C;
}
</style>
background-color css
<style>
a { background-color: #CCED5C; }
a { background-color: rgb(204,237,92); }
div.DivClassName
{
background-color: #CCED5C;
}
.BgClassName
{
background-color: #CCED5C;
}
</style>
border-color css
<style>
span { border-color: #CCED5C; }
span { border-color: rgb(204,237,92); }
td.TdClassName
{
border-color: #CCED5C;
}
.TagClassName
{
border-color: #CCED5C;
}
</style>