Shades of Mindaro #CBFF5D
Tints of Mindaro #CBFF5D
RGB
CMYK
RGB Variations
Color information
#CBFF5D (or 0xCBFF5D) is known color: Mindaro. HEX triplet: CB, FF and 5D. RGB value is (203,255,93). Sum of RGB (Red+Green+Blue) = 203+255+93=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 93 (36.72% from 255 or 16.88% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBFF5D is #3400A2. Grayscale: #DDDDDD. Windows color (decimal): -3408035 or 6160331. OLE color: 6160331.
HSL color Cylindrical-coordinate representation of color #CBFF5D: hue angle of 79.26º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CBFF5D is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 93 | - |
| CMYK | 0.20 | 0 | 0.64 | 0 |
| HSL | 79.26º | 1% | 0.68% | - |
| HSV(B) | 79.26º | 0.64% | 1% | - |
| XYZ | 62.36 | 85.01 | 23.48 | - |
| YUV | 220.98 | 55.77 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 93 | 0.20 | 0 | 0.64 | 0 | 79.26 | 1 | 0.68 |
| Hex | CB | FF | 5D | 14 | 0 | 40 | 0 | 4F | 64 | 44 |
| Octal | 313 | 377 | 135 | 24 | 0 | 100 | 0 | 117 | 144 | 104 |
| Binary | 11001011 | 11111111 | 1011101 | 10100 | 0 | 1000000 | 0 | 1001111 | 1100100 | 1000100 |
Color Harmonies of #CBFF5D
Complementary color
Monochromatic Colors of #CBFF5D
Black with #CBFF5D
Text Example
Text Example
White with #CBFF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFF5D; }
p { color: rgb(203,255,93); }
H1.HeaderClassName
{
color: #CBFF5D;
}
.AnyTagClassName
{
color: #CBFF5D;
}
</style>
background-color css
<style>
a { background-color: #CBFF5D; }
a { background-color: rgb(203,255,93); }
div.DivClassName
{
background-color: #CBFF5D;
}
.BgClassName
{
background-color: #CBFF5D;
}
</style>
border-color css
<style>
span { border-color: #CBFF5D; }
span { border-color: rgb(203,255,93); }
td.TdClassName
{
border-color: #CBFF5D;
}
.TagClassName
{
border-color: #CBFF5D;
}
</style>