Shades of Mindaro #C9FB5D
Tints of Mindaro #C9FB5D
RGB
CMYK
RGB Variations
Color information
#C9FB5D (or 0xC9FB5D) is known color: Mindaro. HEX triplet: C9, FB and 5D. RGB value is (201,251,93). Sum of RGB (Red+Green+Blue) = 201+251+93=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 251 (98.44% from 255 or 46.06% from 545); Blue value is 93 (36.72% from 255 or 17.06% from 545); Max value from RGB is 251 - color contains mainly: green. Hex color #C9FB5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9FB5D is #3604A2. Grayscale: #DADADA. Windows color (decimal): -3540131 or 6159305. OLE color: 6159305.
HSL color Cylindrical-coordinate representation of color #C9FB5D: hue angle of 78.99º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C9FB5D is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 251 | 93 | - |
| CMYK | 0.20 | 0 | 0.63 | 0.02 |
| HSL | 78.99º | 0.95% | 0.67% | - |
| HSV(B) | 78.99º | 0.63% | 0.98% | - |
| XYZ | 60.56 | 82.2 | 23.03 | - |
| YUV | 218.04 | 57.44 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 251 | 93 | 0.20 | 0 | 0.63 | 0.02 | 78.99 | 0.95 | 0.67 |
| Hex | C9 | FB | 5D | 14 | 0 | 3F | 2 | 4F | 5F | 43 |
| Octal | 311 | 373 | 135 | 24 | 0 | 77 | 2 | 117 | 137 | 103 |
| Binary | 11001001 | 11111011 | 1011101 | 10100 | 0 | 111111 | 10 | 1001111 | 1011111 | 1000011 |
Color Harmonies of #C9FB5D
Complementary color
Monochromatic Colors of #C9FB5D
Black with #C9FB5D
Text Example
Text Example
White with #C9FB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FB5D; }
p { color: rgb(201,251,93); }
H1.HeaderClassName
{
color: #C9FB5D;
}
.AnyTagClassName
{
color: #C9FB5D;
}
</style>
background-color css
<style>
a { background-color: #C9FB5D; }
a { background-color: rgb(201,251,93); }
div.DivClassName
{
background-color: #C9FB5D;
}
.BgClassName
{
background-color: #C9FB5D;
}
</style>
border-color css
<style>
span { border-color: #C9FB5D; }
span { border-color: rgb(201,251,93); }
td.TdClassName
{
border-color: #C9FB5D;
}
.TagClassName
{
border-color: #C9FB5D;
}
</style>