Shades of Mindaro #CBF555
Tints of Mindaro #CBF555
RGB
CMYK
RGB Variations
Color information
#CBF555 (or 0xCBF555) is known color: Mindaro. HEX triplet: CB, F5 and 55. RGB value is (203,245,85). Sum of RGB (Red+Green+Blue) = 203+245+85=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 245 (96.09% from 255 or 45.97% from 533); Blue value is 85 (33.59% from 255 or 15.95% from 533); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF555 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF555 is #340AAA. Grayscale: #D6D6D6. Windows color (decimal): -3410603 or 5633483. OLE color: 5633483.
HSL color Cylindrical-coordinate representation of color #CBF555: hue angle of 75.75º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CBF555 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 245 | 85 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.04 |
| HSL | 75.75º | 0.89% | 0.65% | - |
| HSV(B) | 75.75º | 0.65% | 0.96% | - |
| XYZ | 58.92 | 78.66 | 20.67 | - |
| YUV | 214.2 | 55.09 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 245 | 85 | 0.17 | 0 | 0.65 | 0.04 | 75.75 | 0.89 | 0.65 |
| Hex | CB | F5 | 55 | 11 | 0 | 41 | 4 | 4C | 59 | 41 |
| Octal | 313 | 365 | 125 | 21 | 0 | 101 | 4 | 114 | 131 | 101 |
| Binary | 11001011 | 11110101 | 1010101 | 10001 | 0 | 1000001 | 100 | 1001100 | 1011001 | 1000001 |
Color Harmonies of #CBF555
Complementary color
Monochromatic Colors of #CBF555
Black with #CBF555
Text Example
Text Example
White with #CBF555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF555; }
p { color: rgb(203,245,85); }
H1.HeaderClassName
{
color: #CBF555;
}
.AnyTagClassName
{
color: #CBF555;
}
</style>
background-color css
<style>
a { background-color: #CBF555; }
a { background-color: rgb(203,245,85); }
div.DivClassName
{
background-color: #CBF555;
}
.BgClassName
{
background-color: #CBF555;
}
</style>
border-color css
<style>
span { border-color: #CBF555; }
span { border-color: rgb(203,245,85); }
td.TdClassName
{
border-color: #CBF555;
}
.TagClassName
{
border-color: #CBF555;
}
</style>