Shades of Mindaro #CBF554
Tints of Mindaro #CBF554
RGB
CMYK
RGB Variations
Color information
#CBF554 (or 0xCBF554) is known color: Mindaro. HEX triplet: CB, F5 and 54. RGB value is (203,245,84). Sum of RGB (Red+Green+Blue) = 203+245+84=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 245 (96.09% from 255 or 46.05% from 532); Blue value is 84 (33.20% from 255 or 15.79% from 532); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF554 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF554 is #340AAB. Grayscale: #D6D6D6. Windows color (decimal): -3410604 or 5567947. OLE color: 5567947.
HSL color Cylindrical-coordinate representation of color #CBF554: hue angle of 75.65º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CBF554 is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 245 | 84 | - |
| CMYK | 0.17 | 0 | 0.66 | 0.04 |
| HSL | 75.65º | 0.89% | 0.65% | - |
| HSV(B) | 75.65º | 0.66% | 0.96% | - |
| XYZ | 58.88 | 78.64 | 20.46 | - |
| YUV | 214.09 | 54.59 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 245 | 84 | 0.17 | 0 | 0.66 | 0.04 | 75.65 | 0.89 | 0.65 |
| Hex | CB | F5 | 54 | 11 | 0 | 42 | 4 | 4C | 59 | 41 |
| Octal | 313 | 365 | 124 | 21 | 0 | 102 | 4 | 114 | 131 | 101 |
| Binary | 11001011 | 11110101 | 1010100 | 10001 | 0 | 1000010 | 100 | 1001100 | 1011001 | 1000001 |
Color Harmonies of #CBF554
Complementary color
Monochromatic Colors of #CBF554
Black with #CBF554
Text Example
Text Example
White with #CBF554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF554; }
p { color: rgb(203,245,84); }
H1.HeaderClassName
{
color: #CBF554;
}
.AnyTagClassName
{
color: #CBF554;
}
</style>
background-color css
<style>
a { background-color: #CBF554; }
a { background-color: rgb(203,245,84); }
div.DivClassName
{
background-color: #CBF554;
}
.BgClassName
{
background-color: #CBF554;
}
</style>
border-color css
<style>
span { border-color: #CBF554; }
span { border-color: rgb(203,245,84); }
td.TdClassName
{
border-color: #CBF554;
}
.TagClassName
{
border-color: #CBF554;
}
</style>