Shades of Mindaro #CBF754
Tints of Mindaro #CBF754
RGB
CMYK
RGB Variations
Color information
#CBF754 (or 0xCBF754) is known color: Mindaro. HEX triplet: CB, F7 and 54. RGB value is (203,247,84). Sum of RGB (Red+Green+Blue) = 203+247+84=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 247 (96.88% from 255 or 46.25% from 534); Blue value is 84 (33.20% from 255 or 15.73% from 534); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF754 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF754 is #3408AB. Grayscale: #D7D7D7. Windows color (decimal): -3410092 or 5568459. OLE color: 5568459.
HSL color Cylindrical-coordinate representation of color #CBF754: hue angle of 76.2º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CBF754 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 247 | 84 | - |
| CMYK | 0.18 | 0 | 0.66 | 0.03 |
| HSL | 76.2º | 0.91% | 0.65% | - |
| HSV(B) | 76.2º | 0.66% | 0.97% | - |
| XYZ | 59.49 | 79.86 | 20.67 | - |
| YUV | 215.26 | 53.92 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 247 | 84 | 0.18 | 0 | 0.66 | 0.03 | 76.2 | 0.91 | 0.65 |
| Hex | CB | F7 | 54 | 12 | 0 | 42 | 3 | 4C | 5B | 41 |
| Octal | 313 | 367 | 124 | 22 | 0 | 102 | 3 | 114 | 133 | 101 |
| Binary | 11001011 | 11110111 | 1010100 | 10010 | 0 | 1000010 | 11 | 1001100 | 1011011 | 1000001 |
Color Harmonies of #CBF754
Complementary color
Monochromatic Colors of #CBF754
Black with #CBF754
Text Example
Text Example
White with #CBF754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF754; }
p { color: rgb(203,247,84); }
H1.HeaderClassName
{
color: #CBF754;
}
.AnyTagClassName
{
color: #CBF754;
}
</style>
background-color css
<style>
a { background-color: #CBF754; }
a { background-color: rgb(203,247,84); }
div.DivClassName
{
background-color: #CBF754;
}
.BgClassName
{
background-color: #CBF754;
}
</style>
border-color css
<style>
span { border-color: #CBF754; }
span { border-color: rgb(203,247,84); }
td.TdClassName
{
border-color: #CBF754;
}
.TagClassName
{
border-color: #CBF754;
}
</style>