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