Shades of Mindaro #CCF15B
Tints of Mindaro #CCF15B
RGB
CMYK
RGB Variations
Color information
#CCF15B (or 0xCCF15B) is known color: Mindaro. HEX triplet: CC, F1 and 5B. RGB value is (204,241,91). Sum of RGB (Red+Green+Blue) = 204+241+91=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 241 (94.53% from 255 or 44.96% from 536); Blue value is 91 (35.94% from 255 or 16.98% from 536); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF15B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF15B is #330EA4. Grayscale: #D5D5D5. Windows color (decimal): -3346085 or 6025676. OLE color: 6025676.
HSL color Cylindrical-coordinate representation of color #CCF15B: hue angle of 74.8º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCF15B is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 91 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.05 |
| HSL | 74.8º | 0.84% | 0.65% | - |
| HSV(B) | 74.8º | 0.62% | 0.95% | - |
| XYZ | 58.25 | 76.5 | 21.59 | - |
| YUV | 212.84 | 59.24 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 91 | 0.15 | 0 | 0.62 | 0.05 | 74.8 | 0.84 | 0.65 |
| Hex | CC | F1 | 5B | F | 0 | 3E | 5 | 4B | 54 | 41 |
| Octal | 314 | 361 | 133 | 17 | 0 | 76 | 5 | 113 | 124 | 101 |
| Binary | 11001100 | 11110001 | 1011011 | 1111 | 0 | 111110 | 101 | 1001011 | 1010100 | 1000001 |
Color Harmonies of #CCF15B
Complementary color
Monochromatic Colors of #CCF15B
Black with #CCF15B
Text Example
Text Example
White with #CCF15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF15B; }
p { color: rgb(204,241,91); }
H1.HeaderClassName
{
color: #CCF15B;
}
.AnyTagClassName
{
color: #CCF15B;
}
</style>
background-color css
<style>
a { background-color: #CCF15B; }
a { background-color: rgb(204,241,91); }
div.DivClassName
{
background-color: #CCF15B;
}
.BgClassName
{
background-color: #CCF15B;
}
</style>
border-color css
<style>
span { border-color: #CCF15B; }
span { border-color: rgb(204,241,91); }
td.TdClassName
{
border-color: #CCF15B;
}
.TagClassName
{
border-color: #CCF15B;
}
</style>