Shades of Mindaro #C9FB5B
Tints of Mindaro #C9FB5B
RGB
CMYK
RGB Variations
Color information
#C9FB5B (or 0xC9FB5B) is known color: Mindaro. HEX triplet: C9, FB and 5B. RGB value is (201,251,91). Sum of RGB (Red+Green+Blue) = 201+251+91=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 251 (98.44% from 255 or 46.22% from 543); Blue value is 91 (35.94% from 255 or 16.76% from 543); Max value from RGB is 251 - color contains mainly: green. Hex color #C9FB5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9FB5B is #3604A4. Grayscale: #DADADA. Windows color (decimal): -3540133 or 6028233. OLE color: 6028233.
HSL color Cylindrical-coordinate representation of color #C9FB5B: hue angle of 78.75º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C9FB5B is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 251 | 91 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.02 |
| HSL | 78.75º | 0.95% | 0.67% | - |
| HSV(B) | 78.75º | 0.64% | 0.98% | - |
| XYZ | 60.47 | 82.17 | 22.57 | - |
| YUV | 217.81 | 56.44 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 251 | 91 | 0.20 | 0 | 0.64 | 0.02 | 78.75 | 0.95 | 0.67 |
| Hex | C9 | FB | 5B | 14 | 0 | 40 | 2 | 4F | 5F | 43 |
| Octal | 311 | 373 | 133 | 24 | 0 | 100 | 2 | 117 | 137 | 103 |
| Binary | 11001001 | 11111011 | 1011011 | 10100 | 0 | 1000000 | 10 | 1001111 | 1011111 | 1000011 |
Color Harmonies of #C9FB5B
Complementary color
Monochromatic Colors of #C9FB5B
Black with #C9FB5B
Text Example
Text Example
White with #C9FB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FB5B; }
p { color: rgb(201,251,91); }
H1.HeaderClassName
{
color: #C9FB5B;
}
.AnyTagClassName
{
color: #C9FB5B;
}
</style>
background-color css
<style>
a { background-color: #C9FB5B; }
a { background-color: rgb(201,251,91); }
div.DivClassName
{
background-color: #C9FB5B;
}
.BgClassName
{
background-color: #C9FB5B;
}
</style>
border-color css
<style>
span { border-color: #C9FB5B; }
span { border-color: rgb(201,251,91); }
td.TdClassName
{
border-color: #C9FB5B;
}
.TagClassName
{
border-color: #C9FB5B;
}
</style>