Shades of Mindaro #CBF355
Tints of Mindaro #CBF355
RGB
CMYK
RGB Variations
Color information
#CBF355 (or 0xCBF355) is known color: Mindaro. HEX triplet: CB, F3 and 55. RGB value is (203,243,85). Sum of RGB (Red+Green+Blue) = 203+243+85=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 243 (95.31% from 255 or 45.76% from 531); Blue value is 85 (33.59% from 255 or 16.01% from 531); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF355 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF355 is #340CAA. Grayscale: #D5D5D5. Windows color (decimal): -3411115 or 5632971. OLE color: 5632971.
HSL color Cylindrical-coordinate representation of color #CBF355: hue angle of 75.19º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CBF355 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 243 | 85 | - |
| CMYK | 0.16 | 0 | 0.65 | 0.05 |
| HSL | 75.19º | 0.87% | 0.64% | - |
| HSV(B) | 75.19º | 0.65% | 0.95% | - |
| XYZ | 58.32 | 77.45 | 20.47 | - |
| YUV | 213.03 | 55.75 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 243 | 85 | 0.16 | 0 | 0.65 | 0.05 | 75.19 | 0.87 | 0.64 |
| Hex | CB | F3 | 55 | 10 | 0 | 41 | 5 | 4B | 57 | 40 |
| Octal | 313 | 363 | 125 | 20 | 0 | 101 | 5 | 113 | 127 | 100 |
| Binary | 11001011 | 11110011 | 1010101 | 10000 | 0 | 1000001 | 101 | 1001011 | 1010111 | 1000000 |
Color Harmonies of #CBF355
Complementary color
Monochromatic Colors of #CBF355
Black with #CBF355
Text Example
Text Example
White with #CBF355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF355; }
p { color: rgb(203,243,85); }
H1.HeaderClassName
{
color: #CBF355;
}
.AnyTagClassName
{
color: #CBF355;
}
</style>
background-color css
<style>
a { background-color: #CBF355; }
a { background-color: rgb(203,243,85); }
div.DivClassName
{
background-color: #CBF355;
}
.BgClassName
{
background-color: #CBF355;
}
</style>
border-color css
<style>
span { border-color: #CBF355; }
span { border-color: rgb(203,243,85); }
td.TdClassName
{
border-color: #CBF355;
}
.TagClassName
{
border-color: #CBF355;
}
</style>