Shades of Mindaro #CBF354
Tints of Mindaro #CBF354
RGB
CMYK
RGB Variations
Color information
#CBF354 (or 0xCBF354) is known color: Mindaro. HEX triplet: CB, F3 and 54. RGB value is (203,243,84). Sum of RGB (Red+Green+Blue) = 203+243+84=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 243 (95.31% from 255 or 45.85% from 530); Blue value is 84 (33.20% from 255 or 15.85% from 530); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF354 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF354 is #340CAB. Grayscale: #D5D5D5. Windows color (decimal): -3411116 or 5567435. OLE color: 5567435.
HSL color Cylindrical-coordinate representation of color #CBF354: hue angle of 75.09º 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 #CBF354 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 243 | 84 | - |
| CMYK | 0.16 | 0 | 0.65 | 0.05 |
| HSL | 75.09º | 0.87% | 0.64% | - |
| HSV(B) | 75.09º | 0.65% | 0.95% | - |
| XYZ | 58.28 | 77.44 | 20.26 | - |
| YUV | 212.91 | 55.25 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 243 | 84 | 0.16 | 0 | 0.65 | 0.05 | 75.09 | 0.87 | 0.64 |
| Hex | CB | F3 | 54 | 10 | 0 | 41 | 5 | 4B | 57 | 40 |
| Octal | 313 | 363 | 124 | 20 | 0 | 101 | 5 | 113 | 127 | 100 |
| Binary | 11001011 | 11110011 | 1010100 | 10000 | 0 | 1000001 | 101 | 1001011 | 1010111 | 1000000 |
Color Harmonies of #CBF354
Complementary color
Monochromatic Colors of #CBF354
Black with #CBF354
Text Example
Text Example
White with #CBF354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF354; }
p { color: rgb(203,243,84); }
H1.HeaderClassName
{
color: #CBF354;
}
.AnyTagClassName
{
color: #CBF354;
}
</style>
background-color css
<style>
a { background-color: #CBF354; }
a { background-color: rgb(203,243,84); }
div.DivClassName
{
background-color: #CBF354;
}
.BgClassName
{
background-color: #CBF354;
}
</style>
border-color css
<style>
span { border-color: #CBF354; }
span { border-color: rgb(203,243,84); }
td.TdClassName
{
border-color: #CBF354;
}
.TagClassName
{
border-color: #CBF354;
}
</style>