Shades of Mindaro #CBF952
Tints of Mindaro #CBF952
RGB
CMYK
RGB Variations
Color information
#CBF952 (or 0xCBF952) is known color: Mindaro. HEX triplet: CB, F9 and 52. RGB value is (203,249,82). Sum of RGB (Red+Green+Blue) = 203+249+82=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 249 (97.66% from 255 or 46.63% from 534); Blue value is 82 (32.42% from 255 or 15.36% from 534); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF952 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF952 is #3406AD. Grayscale: #D8D8D8. Windows color (decimal): -3409582 or 5437899. OLE color: 5437899.
HSL color Cylindrical-coordinate representation of color #CBF952: hue angle of 76.53º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CBF952 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 249 | 82 | - |
| CMYK | 0.18 | 0 | 0.67 | 0.02 |
| HSL | 76.53º | 0.93% | 0.65% | - |
| HSV(B) | 76.53º | 0.67% | 0.98% | - |
| XYZ | 60.03 | 81.06 | 20.46 | - |
| YUV | 216.21 | 52.26 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 249 | 82 | 0.18 | 0 | 0.67 | 0.02 | 76.53 | 0.93 | 0.65 |
| Hex | CB | F9 | 52 | 12 | 0 | 43 | 2 | 4D | 5D | 41 |
| Octal | 313 | 371 | 122 | 22 | 0 | 103 | 2 | 115 | 135 | 101 |
| Binary | 11001011 | 11111001 | 1010010 | 10010 | 0 | 1000011 | 10 | 1001101 | 1011101 | 1000001 |
Color Harmonies of #CBF952
Complementary color
Monochromatic Colors of #CBF952
Black with #CBF952
Text Example
Text Example
White with #CBF952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF952; }
p { color: rgb(203,249,82); }
H1.HeaderClassName
{
color: #CBF952;
}
.AnyTagClassName
{
color: #CBF952;
}
</style>
background-color css
<style>
a { background-color: #CBF952; }
a { background-color: rgb(203,249,82); }
div.DivClassName
{
background-color: #CBF952;
}
.BgClassName
{
background-color: #CBF952;
}
</style>
border-color css
<style>
span { border-color: #CBF952; }
span { border-color: rgb(203,249,82); }
td.TdClassName
{
border-color: #CBF952;
}
.TagClassName
{
border-color: #CBF952;
}
</style>