Shades of Mindaro #CCEF63
Tints of Mindaro #CCEF63
RGB
CMYK
RGB Variations
Color information
#CCEF63 (or 0xCCEF63) is known color: Mindaro. HEX triplet: CC, EF and 63. RGB value is (204,239,99). Sum of RGB (Red+Green+Blue) = 204+239+99=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 239 (93.75% from 255 or 44.10% from 542); Blue value is 99 (39.06% from 255 or 18.27% from 542); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEF63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEF63 is #33109C. Grayscale: #D5D5D5. Windows color (decimal): -3346589 or 6549452. OLE color: 6549452.
HSL color Cylindrical-coordinate representation of color #CCEF63: hue angle of 75º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCEF63 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 239 | 99 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.06 |
| HSL | 75º | 0.81% | 0.66% | - |
| HSV(B) | 75º | 0.59% | 0.94% | - |
| XYZ | 58.02 | 75.47 | 23.31 | - |
| YUV | 212.58 | 63.9 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 239 | 99 | 0.15 | 0 | 0.59 | 0.06 | 75 | 0.81 | 0.66 |
| Hex | CC | EF | 63 | F | 0 | 3B | 6 | 4B | 51 | 42 |
| Octal | 314 | 357 | 143 | 17 | 0 | 73 | 6 | 113 | 121 | 102 |
| Binary | 11001100 | 11101111 | 1100011 | 1111 | 0 | 111011 | 110 | 1001011 | 1010001 | 1000010 |
Color Harmonies of #CCEF63
Complementary color
Monochromatic Colors of #CCEF63
Black with #CCEF63
Text Example
Text Example
White with #CCEF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEF63; }
p { color: rgb(204,239,99); }
H1.HeaderClassName
{
color: #CCEF63;
}
.AnyTagClassName
{
color: #CCEF63;
}
</style>
background-color css
<style>
a { background-color: #CCEF63; }
a { background-color: rgb(204,239,99); }
div.DivClassName
{
background-color: #CCEF63;
}
.BgClassName
{
background-color: #CCEF63;
}
</style>
border-color css
<style>
span { border-color: #CCEF63; }
span { border-color: rgb(204,239,99); }
td.TdClassName
{
border-color: #CCEF63;
}
.TagClassName
{
border-color: #CCEF63;
}
</style>