Shades of Mindaro #CBF36C
Tints of Mindaro #CBF36C
RGB
CMYK
RGB Variations
Color information
#CBF36C (or 0xCBF36C) is known color: Mindaro. HEX triplet: CB, F3 and 6C. RGB value is (203,243,108). Sum of RGB (Red+Green+Blue) = 203+243+108=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 243 (95.31% from 255 or 43.86% from 554); Blue value is 108 (42.58% from 255 or 19.49% from 554); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF36C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF36C is #340C93. Grayscale: #D8D8D8. Windows color (decimal): -3411092 or 7140299. OLE color: 7140299.
HSL color Cylindrical-coordinate representation of color #CBF36C: hue angle of 77.78º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CBF36C is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 243 | 108 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.05 |
| HSL | 77.78º | 0.85% | 0.69% | - |
| HSV(B) | 77.78º | 0.56% | 0.95% | - |
| XYZ | 59.39 | 77.88 | 26.09 | - |
| YUV | 215.65 | 67.25 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 243 | 108 | 0.16 | 0 | 0.56 | 0.05 | 77.78 | 0.85 | 0.69 |
| Hex | CB | F3 | 6C | 10 | 0 | 38 | 5 | 4E | 55 | 45 |
| Octal | 313 | 363 | 154 | 20 | 0 | 70 | 5 | 116 | 125 | 105 |
| Binary | 11001011 | 11110011 | 1101100 | 10000 | 0 | 111000 | 101 | 1001110 | 1010101 | 1000101 |
Color Harmonies of #CBF36C
Complementary color
Monochromatic Colors of #CBF36C
Black with #CBF36C
Text Example
Text Example
White with #CBF36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF36C; }
p { color: rgb(203,243,108); }
H1.HeaderClassName
{
color: #CBF36C;
}
.AnyTagClassName
{
color: #CBF36C;
}
</style>
background-color css
<style>
a { background-color: #CBF36C; }
a { background-color: rgb(203,243,108); }
div.DivClassName
{
background-color: #CBF36C;
}
.BgClassName
{
background-color: #CBF36C;
}
</style>
border-color css
<style>
span { border-color: #CBF36C; }
span { border-color: rgb(203,243,108); }
td.TdClassName
{
border-color: #CBF36C;
}
.TagClassName
{
border-color: #CBF36C;
}
</style>