Shades of Mindaro #C9FF54
Tints of Mindaro #C9FF54
RGB
CMYK
RGB Variations
Color information
#C9FF54 (or 0xC9FF54) is known color: Mindaro. HEX triplet: C9, FF and 54. RGB value is (201,255,84). Sum of RGB (Red+Green+Blue) = 201+255+84=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 84 (33.20% from 255 or 15.56% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FF54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9FF54 is #3600AB. Grayscale: #DBDBDB. Windows color (decimal): -3539116 or 5570505. OLE color: 5570505.
HSL color Cylindrical-coordinate representation of color #C9FF54: hue angle of 78.95º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C9FF54 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 255 | 84 | - |
| CMYK | 0.21 | 0 | 0.67 | 0 |
| HSL | 78.95º | 1% | 0.66% | - |
| HSV(B) | 78.95º | 0.67% | 1% | - |
| XYZ | 61.45 | 84.58 | 21.47 | - |
| YUV | 219.36 | 51.61 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 255 | 84 | 0.21 | 0 | 0.67 | 0 | 78.95 | 1 | 0.66 |
| Hex | C9 | FF | 54 | 15 | 0 | 43 | 0 | 4F | 64 | 42 |
| Octal | 311 | 377 | 124 | 25 | 0 | 103 | 0 | 117 | 144 | 102 |
| Binary | 11001001 | 11111111 | 1010100 | 10101 | 0 | 1000011 | 0 | 1001111 | 1100100 | 1000010 |
Color Harmonies of #C9FF54
Complementary color
Monochromatic Colors of #C9FF54
Black with #C9FF54
Text Example
Text Example
White with #C9FF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FF54; }
p { color: rgb(201,255,84); }
H1.HeaderClassName
{
color: #C9FF54;
}
.AnyTagClassName
{
color: #C9FF54;
}
</style>
background-color css
<style>
a { background-color: #C9FF54; }
a { background-color: rgb(201,255,84); }
div.DivClassName
{
background-color: #C9FF54;
}
.BgClassName
{
background-color: #C9FF54;
}
</style>
border-color css
<style>
span { border-color: #C9FF54; }
span { border-color: rgb(201,255,84); }
td.TdClassName
{
border-color: #C9FF54;
}
.TagClassName
{
border-color: #C9FF54;
}
</style>