Shades of Mindaro #CCF36B
Tints of Mindaro #CCF36B
RGB
CMYK
RGB Variations
Color information
#CCF36B (or 0xCCF36B) is known color: Mindaro. HEX triplet: CC, F3 and 6B. RGB value is (204,243,107). Sum of RGB (Red+Green+Blue) = 204+243+107=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 243 (95.31% from 255 or 43.86% from 554); Blue value is 107 (42.19% from 255 or 19.31% from 554); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF36B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF36B is #330C94. Grayscale: #D8D8D8. Windows color (decimal): -3345557 or 7074764. OLE color: 7074764.
HSL color Cylindrical-coordinate representation of color #CCF36B: hue angle of 77.21º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCF36B is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 107 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.05 |
| HSL | 77.21º | 0.85% | 0.69% | - |
| HSV(B) | 77.21º | 0.56% | 0.95% | - |
| XYZ | 59.61 | 78 | 25.82 | - |
| YUV | 215.84 | 66.58 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 107 | 0.16 | 0 | 0.56 | 0.05 | 77.21 | 0.85 | 0.69 |
| Hex | CC | F3 | 6B | 10 | 0 | 38 | 5 | 4D | 55 | 45 |
| Octal | 314 | 363 | 153 | 20 | 0 | 70 | 5 | 115 | 125 | 105 |
| Binary | 11001100 | 11110011 | 1101011 | 10000 | 0 | 111000 | 101 | 1001101 | 1010101 | 1000101 |
Color Harmonies of #CCF36B
Complementary color
Monochromatic Colors of #CCF36B
Black with #CCF36B
Text Example
Text Example
White with #CCF36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF36B; }
p { color: rgb(204,243,107); }
H1.HeaderClassName
{
color: #CCF36B;
}
.AnyTagClassName
{
color: #CCF36B;
}
</style>
background-color css
<style>
a { background-color: #CCF36B; }
a { background-color: rgb(204,243,107); }
div.DivClassName
{
background-color: #CCF36B;
}
.BgClassName
{
background-color: #CCF36B;
}
</style>
border-color css
<style>
span { border-color: #CCF36B; }
span { border-color: rgb(204,243,107); }
td.TdClassName
{
border-color: #CCF36B;
}
.TagClassName
{
border-color: #CCF36B;
}
</style>