Shades of Mindaro #CBF864
Tints of Mindaro #CBF864
RGB
CMYK
RGB Variations
Color information
#CBF864 (or 0xCBF864) is known color: Mindaro. HEX triplet: CB, F8 and 64. RGB value is (203,248,100). Sum of RGB (Red+Green+Blue) = 203+248+100=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 248 (97.27% from 255 or 45.01% from 551); Blue value is 100 (39.45% from 255 or 18.15% from 551); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF864 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF864 is #34079B. Grayscale: #DADADA. Windows color (decimal): -3409820 or 6617291. OLE color: 6617291.
HSL color Cylindrical-coordinate representation of color #CBF864: hue angle of 78.24º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CBF864 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 248 | 100 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.03 |
| HSL | 78.24º | 0.91% | 0.68% | - |
| HSV(B) | 78.24º | 0.6% | 0.97% | - |
| XYZ | 60.5 | 80.75 | 24.45 | - |
| YUV | 217.67 | 61.59 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 248 | 100 | 0.18 | 0 | 0.60 | 0.03 | 78.24 | 0.91 | 0.68 |
| Hex | CB | F8 | 64 | 12 | 0 | 3C | 3 | 4E | 5B | 44 |
| Octal | 313 | 370 | 144 | 22 | 0 | 74 | 3 | 116 | 133 | 104 |
| Binary | 11001011 | 11111000 | 1100100 | 10010 | 0 | 111100 | 11 | 1001110 | 1011011 | 1000100 |
Color Harmonies of #CBF864
Complementary color
Monochromatic Colors of #CBF864
Black with #CBF864
Text Example
Text Example
White with #CBF864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF864; }
p { color: rgb(203,248,100); }
H1.HeaderClassName
{
color: #CBF864;
}
.AnyTagClassName
{
color: #CBF864;
}
</style>
background-color css
<style>
a { background-color: #CBF864; }
a { background-color: rgb(203,248,100); }
div.DivClassName
{
background-color: #CBF864;
}
.BgClassName
{
background-color: #CBF864;
}
</style>
border-color css
<style>
span { border-color: #CBF864; }
span { border-color: rgb(203,248,100); }
td.TdClassName
{
border-color: #CBF864;
}
.TagClassName
{
border-color: #CBF864;
}
</style>