Shades of Mindaro #C9F15F
Tints of Mindaro #C9F15F
RGB
CMYK
RGB Variations
Color information
#C9F15F (or 0xC9F15F) is known color: Mindaro. HEX triplet: C9, F1 and 5F. RGB value is (201,241,95). Sum of RGB (Red+Green+Blue) = 201+241+95=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 241 (94.53% from 255 or 44.88% from 537); Blue value is 95 (37.5% from 255 or 17.69% from 537); Max value from RGB is 241 - color contains mainly: green. Hex color #C9F15F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9F15F is #360EA0. Grayscale: #D4D4D4. Windows color (decimal): -3542689 or 6287817. OLE color: 6287817.
HSL color Cylindrical-coordinate representation of color #C9F15F: hue angle of 76.44º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C9F15F is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 241 | 95 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.05 |
| HSL | 76.44º | 0.84% | 0.66% | - |
| HSV(B) | 76.44º | 0.61% | 0.95% | - |
| XYZ | 57.61 | 76.15 | 22.49 | - |
| YUV | 212.4 | 61.75 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 241 | 95 | 0.17 | 0 | 0.61 | 0.05 | 76.44 | 0.84 | 0.66 |
| Hex | C9 | F1 | 5F | 11 | 0 | 3D | 5 | 4C | 54 | 42 |
| Octal | 311 | 361 | 137 | 21 | 0 | 75 | 5 | 114 | 124 | 102 |
| Binary | 11001001 | 11110001 | 1011111 | 10001 | 0 | 111101 | 101 | 1001100 | 1010100 | 1000010 |
Color Harmonies of #C9F15F
Complementary color
Monochromatic Colors of #C9F15F
Black with #C9F15F
Text Example
Text Example
White with #C9F15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F15F; }
p { color: rgb(201,241,95); }
H1.HeaderClassName
{
color: #C9F15F;
}
.AnyTagClassName
{
color: #C9F15F;
}
</style>
background-color css
<style>
a { background-color: #C9F15F; }
a { background-color: rgb(201,241,95); }
div.DivClassName
{
background-color: #C9F15F;
}
.BgClassName
{
background-color: #C9F15F;
}
</style>
border-color css
<style>
span { border-color: #C9F15F; }
span { border-color: rgb(201,241,95); }
td.TdClassName
{
border-color: #C9F15F;
}
.TagClassName
{
border-color: #C9F15F;
}
</style>