Shades of Mindaro #CCF152
Tints of Mindaro #CCF152
RGB
CMYK
RGB Variations
Color information
#CCF152 (or 0xCCF152) is known color: Mindaro. HEX triplet: CC, F1 and 52. RGB value is (204,241,82). Sum of RGB (Red+Green+Blue) = 204+241+82=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 241 (94.53% from 255 or 45.73% from 527); Blue value is 82 (32.42% from 255 or 15.56% from 527); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF152 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF152 is #330EAD. Grayscale: #D4D4D4. Windows color (decimal): -3346094 or 5435852. OLE color: 5435852.
HSL color Cylindrical-coordinate representation of color #CCF152: hue angle of 73.96º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCF152 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 82 | - |
| CMYK | 0.15 | 0 | 0.66 | 0.05 |
| HSL | 73.96º | 0.85% | 0.63% | - |
| HSV(B) | 73.96º | 0.66% | 0.95% | - |
| XYZ | 57.88 | 76.36 | 19.67 | - |
| YUV | 211.81 | 54.74 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 82 | 0.15 | 0 | 0.66 | 0.05 | 73.96 | 0.85 | 0.63 |
| Hex | CC | F1 | 52 | F | 0 | 42 | 5 | 4A | 55 | 3F |
| Octal | 314 | 361 | 122 | 17 | 0 | 102 | 5 | 112 | 125 | 77 |
| Binary | 11001100 | 11110001 | 1010010 | 1111 | 0 | 1000010 | 101 | 1001010 | 1010101 | 111111 |
Color Harmonies of #CCF152
Complementary color
Monochromatic Colors of #CCF152
Black with #CCF152
Text Example
Text Example
White with #CCF152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF152; }
p { color: rgb(204,241,82); }
H1.HeaderClassName
{
color: #CCF152;
}
.AnyTagClassName
{
color: #CCF152;
}
</style>
background-color css
<style>
a { background-color: #CCF152; }
a { background-color: rgb(204,241,82); }
div.DivClassName
{
background-color: #CCF152;
}
.BgClassName
{
background-color: #CCF152;
}
</style>
border-color css
<style>
span { border-color: #CCF152; }
span { border-color: rgb(204,241,82); }
td.TdClassName
{
border-color: #CCF152;
}
.TagClassName
{
border-color: #CCF152;
}
</style>