Shades of Mindaro #CBF65A
Tints of Mindaro #CBF65A
RGB
CMYK
RGB Variations
Color information
#CBF65A (or 0xCBF65A) is known color: Mindaro. HEX triplet: CB, F6 and 5A. RGB value is (203,246,90). Sum of RGB (Red+Green+Blue) = 203+246+90=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 246 (96.48% from 255 or 45.64% from 539); Blue value is 90 (35.55% from 255 or 16.70% from 539); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF65A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF65A is #3409A5. Grayscale: #D7D7D7. Windows color (decimal): -3410342 or 5961419. OLE color: 5961419.
HSL color Cylindrical-coordinate representation of color #CBF65A: hue angle of 76.54º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CBF65A is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 246 | 90 | - |
| CMYK | 0.17 | 0 | 0.63 | 0.04 |
| HSL | 76.54º | 0.9% | 0.66% | - |
| HSV(B) | 76.54º | 0.63% | 0.96% | - |
| XYZ | 59.43 | 79.35 | 21.86 | - |
| YUV | 215.36 | 57.25 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 246 | 90 | 0.17 | 0 | 0.63 | 0.04 | 76.54 | 0.9 | 0.66 |
| Hex | CB | F6 | 5A | 11 | 0 | 3F | 4 | 4D | 5A | 42 |
| Octal | 313 | 366 | 132 | 21 | 0 | 77 | 4 | 115 | 132 | 102 |
| Binary | 11001011 | 11110110 | 1011010 | 10001 | 0 | 111111 | 100 | 1001101 | 1011010 | 1000010 |
Color Harmonies of #CBF65A
Complementary color
Monochromatic Colors of #CBF65A
Black with #CBF65A
Text Example
Text Example
White with #CBF65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF65A; }
p { color: rgb(203,246,90); }
H1.HeaderClassName
{
color: #CBF65A;
}
.AnyTagClassName
{
color: #CBF65A;
}
</style>
background-color css
<style>
a { background-color: #CBF65A; }
a { background-color: rgb(203,246,90); }
div.DivClassName
{
background-color: #CBF65A;
}
.BgClassName
{
background-color: #CBF65A;
}
</style>
border-color css
<style>
span { border-color: #CBF65A; }
span { border-color: rgb(203,246,90); }
td.TdClassName
{
border-color: #CBF65A;
}
.TagClassName
{
border-color: #CBF65A;
}
</style>