Shades of Mindaro #CCEF57
Tints of Mindaro #CCEF57
RGB
CMYK
RGB Variations
Color information
#CCEF57 (or 0xCCEF57) is known color: Mindaro. HEX triplet: CC, EF and 57. RGB value is (204,239,87). Sum of RGB (Red+Green+Blue) = 204+239+87=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 239 (93.75% from 255 or 45.09% from 530); Blue value is 87 (34.38% from 255 or 16.42% from 530); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEF57 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEF57 is #3310A8. Grayscale: #D3D3D3. Windows color (decimal): -3346601 or 5763020. OLE color: 5763020.
HSL color Cylindrical-coordinate representation of color #CCEF57: hue angle of 73.82º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCEF57 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 239 | 87 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.06 |
| HSL | 73.82º | 0.83% | 0.64% | - |
| HSV(B) | 73.82º | 0.64% | 0.94% | - |
| XYZ | 57.49 | 75.26 | 20.51 | - |
| YUV | 211.21 | 57.9 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 239 | 87 | 0.15 | 0 | 0.64 | 0.06 | 73.82 | 0.83 | 0.64 |
| Hex | CC | EF | 57 | F | 0 | 40 | 6 | 4A | 53 | 40 |
| Octal | 314 | 357 | 127 | 17 | 0 | 100 | 6 | 112 | 123 | 100 |
| Binary | 11001100 | 11101111 | 1010111 | 1111 | 0 | 1000000 | 110 | 1001010 | 1010011 | 1000000 |
Color Harmonies of #CCEF57
Complementary color
Monochromatic Colors of #CCEF57
Black with #CCEF57
Text Example
Text Example
White with #CCEF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEF57; }
p { color: rgb(204,239,87); }
H1.HeaderClassName
{
color: #CCEF57;
}
.AnyTagClassName
{
color: #CCEF57;
}
</style>
background-color css
<style>
a { background-color: #CCEF57; }
a { background-color: rgb(204,239,87); }
div.DivClassName
{
background-color: #CCEF57;
}
.BgClassName
{
background-color: #CCEF57;
}
</style>
border-color css
<style>
span { border-color: #CCEF57; }
span { border-color: rgb(204,239,87); }
td.TdClassName
{
border-color: #CCEF57;
}
.TagClassName
{
border-color: #CCEF57;
}
</style>