Shades of Mindaro #CBFD5A
Tints of Mindaro #CBFD5A
RGB
CMYK
RGB Variations
Color information
#CBFD5A (or 0xCBFD5A) is known color: Mindaro. HEX triplet: CB, FD and 5A. RGB value is (203,253,90). Sum of RGB (Red+Green+Blue) = 203+253+90=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 253 (99.22% from 255 or 46.34% from 546); Blue value is 90 (35.55% from 255 or 16.48% from 546); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFD5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBFD5A is #3402A5. Grayscale: #DCDCDC. Windows color (decimal): -3408550 or 5963211. OLE color: 5963211.
HSL color Cylindrical-coordinate representation of color #CBFD5A: hue angle of 78.4º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CBFD5A is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 253 | 90 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.01 |
| HSL | 78.4º | 0.98% | 0.67% | - |
| HSV(B) | 78.4º | 0.64% | 0.99% | - |
| XYZ | 61.6 | 83.69 | 22.58 | - |
| YUV | 219.47 | 54.94 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 253 | 90 | 0.20 | 0 | 0.64 | 0.01 | 78.4 | 0.98 | 0.67 |
| Hex | CB | FD | 5A | 14 | 0 | 40 | 1 | 4E | 62 | 43 |
| Octal | 313 | 375 | 132 | 24 | 0 | 100 | 1 | 116 | 142 | 103 |
| Binary | 11001011 | 11111101 | 1011010 | 10100 | 0 | 1000000 | 1 | 1001110 | 1100010 | 1000011 |
Color Harmonies of #CBFD5A
Complementary color
Monochromatic Colors of #CBFD5A
Black with #CBFD5A
Text Example
Text Example
White with #CBFD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFD5A; }
p { color: rgb(203,253,90); }
H1.HeaderClassName
{
color: #CBFD5A;
}
.AnyTagClassName
{
color: #CBFD5A;
}
</style>
background-color css
<style>
a { background-color: #CBFD5A; }
a { background-color: rgb(203,253,90); }
div.DivClassName
{
background-color: #CBFD5A;
}
.BgClassName
{
background-color: #CBFD5A;
}
</style>
border-color css
<style>
span { border-color: #CBFD5A; }
span { border-color: rgb(203,253,90); }
td.TdClassName
{
border-color: #CBFD5A;
}
.TagClassName
{
border-color: #CBFD5A;
}
</style>