Shades of Mindaro #CCF353
Tints of Mindaro #CCF353
RGB
CMYK
RGB Variations
Color information
#CCF353 (or 0xCCF353) is known color: Mindaro. HEX triplet: CC, F3 and 53. RGB value is (204,243,83). Sum of RGB (Red+Green+Blue) = 204+243+83=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 243 (95.31% from 255 or 45.85% from 530); Blue value is 83 (32.81% from 255 or 15.66% from 530); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF353 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF353 is #330CAC. Grayscale: #D5D5D5. Windows color (decimal): -3345581 or 5501900. OLE color: 5501900.
HSL color Cylindrical-coordinate representation of color #CCF353: hue angle of 74.62º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCF353 is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 83 | - |
| CMYK | 0.16 | 0 | 0.66 | 0.05 |
| HSL | 74.63º | 0.87% | 0.64% | - |
| HSV(B) | 74.63º | 0.66% | 0.95% | - |
| XYZ | 58.51 | 77.56 | 20.07 | - |
| YUV | 213.1 | 54.58 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 83 | 0.16 | 0 | 0.66 | 0.05 | 74.63 | 0.87 | 0.64 |
| Hex | CC | F3 | 53 | 10 | 0 | 42 | 5 | 4B | 57 | 40 |
| Octal | 314 | 363 | 123 | 20 | 0 | 102 | 5 | 113 | 127 | 100 |
| Binary | 11001100 | 11110011 | 1010011 | 10000 | 0 | 1000010 | 101 | 1001011 | 1010111 | 1000000 |
Color Harmonies of #CCF353
Complementary color
Monochromatic Colors of #CCF353
Black with #CCF353
Text Example
Text Example
White with #CCF353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF353; }
p { color: rgb(204,243,83); }
H1.HeaderClassName
{
color: #CCF353;
}
.AnyTagClassName
{
color: #CCF353;
}
</style>
background-color css
<style>
a { background-color: #CCF353; }
a { background-color: rgb(204,243,83); }
div.DivClassName
{
background-color: #CCF353;
}
.BgClassName
{
background-color: #CCF353;
}
</style>
border-color css
<style>
span { border-color: #CCF353; }
span { border-color: rgb(204,243,83); }
td.TdClassName
{
border-color: #CCF353;
}
.TagClassName
{
border-color: #CCF353;
}
</style>