Shades of Mindaro #CCF153
Tints of Mindaro #CCF153
RGB
CMYK
RGB Variations
Color information
#CCF153 (or 0xCCF153) is known color: Mindaro. HEX triplet: CC, F1 and 53. RGB value is (204,241,83). Sum of RGB (Red+Green+Blue) = 204+241+83=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 241 (94.53% from 255 or 45.64% from 528); Blue value is 83 (32.81% from 255 or 15.72% from 528); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF153 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF153 is #330EAC. Grayscale: #D4D4D4. Windows color (decimal): -3346093 or 5501388. OLE color: 5501388.
HSL color Cylindrical-coordinate representation of color #CCF153: hue angle of 74.05º degrees, saturation: 0.85, 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 #CCF153 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 83 | - |
| CMYK | 0.15 | 0 | 0.66 | 0.05 |
| HSL | 74.05º | 0.85% | 0.64% | - |
| HSV(B) | 74.05º | 0.66% | 0.95% | - |
| XYZ | 57.92 | 76.37 | 19.87 | - |
| YUV | 211.93 | 55.24 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 83 | 0.15 | 0 | 0.66 | 0.05 | 74.05 | 0.85 | 0.64 |
| Hex | CC | F1 | 53 | F | 0 | 42 | 5 | 4A | 55 | 40 |
| Octal | 314 | 361 | 123 | 17 | 0 | 102 | 5 | 112 | 125 | 100 |
| Binary | 11001100 | 11110001 | 1010011 | 1111 | 0 | 1000010 | 101 | 1001010 | 1010101 | 1000000 |
Color Harmonies of #CCF153
Complementary color
Monochromatic Colors of #CCF153
Black with #CCF153
Text Example
Text Example
White with #CCF153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF153; }
p { color: rgb(204,241,83); }
H1.HeaderClassName
{
color: #CCF153;
}
.AnyTagClassName
{
color: #CCF153;
}
</style>
background-color css
<style>
a { background-color: #CCF153; }
a { background-color: rgb(204,241,83); }
div.DivClassName
{
background-color: #CCF153;
}
.BgClassName
{
background-color: #CCF153;
}
</style>
border-color css
<style>
span { border-color: #CCF153; }
span { border-color: rgb(204,241,83); }
td.TdClassName
{
border-color: #CCF153;
}
.TagClassName
{
border-color: #CCF153;
}
</style>