Shades of Mindaro #C7FF5C
Tints of Mindaro #C7FF5C
RGB
CMYK
RGB Variations
Color information
#C7FF5C (or 0xC7FF5C) is known color: Mindaro. HEX triplet: C7, FF and 5C. RGB value is (199,255,92). Sum of RGB (Red+Green+Blue) = 199+255+92=546 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.45% from 546); Green value is 255 (100% from 255 or 46.70% from 546); Blue value is 92 (36.33% from 255 or 16.85% from 546); Max value from RGB is 255 - color contains mainly: green. Hex color #C7FF5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7FF5C is #3800A3. Grayscale: #DCDCDC. Windows color (decimal): -3670180 or 6094791. OLE color: 6094791.
HSL color Cylindrical-coordinate representation of color #C7FF5C: hue angle of 80.61º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C7FF5C is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
RGB | 199 | 255 | 92 | - |
CMYK | 0.22 | 0 | 0.64 | 0 |
HSL | 80.61º | 1% | 0.68% | - |
HSV(B) | 80.61º | 0.64% | 1% | - |
XYZ | 61.24 | 84.43 | 23.19 | - |
YUV | 219.67 | 55.95 | 113.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 255 | 92 | 0.22 | 0 | 0.64 | 0 | 80.61 | 1 | 0.68 |
Hex | C7 | FF | 5C | 16 | 0 | 40 | 0 | 51 | 64 | 44 |
Octal | 307 | 377 | 134 | 26 | 0 | 100 | 0 | 121 | 144 | 104 |
Binary | 11000111 | 11111111 | 1011100 | 10110 | 0 | 1000000 | 0 | 1010001 | 1100100 | 1000100 |
Color Harmonies of #C7FF5C
Complementary color
Monochromatic Colors of #C7FF5C
Black with #C7FF5C
Text Example
Text Example
White with #C7FF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FF5C; }
p { color: rgb(199,255,92); }
H1.HeaderClassName
{
color: #C7FF5C;
}
.AnyTagClassName
{
color: #C7FF5C;
}
</style>
background-color css
<style>
a { background-color: #C7FF5C; }
a { background-color: rgb(199,255,92); }
div.DivClassName
{
background-color: #C7FF5C;
}
.BgClassName
{
background-color: #C7FF5C;
}
</style>
border-color css
<style>
span { border-color: #C7FF5C; }
span { border-color: rgb(199,255,92); }
td.TdClassName
{
border-color: #C7FF5C;
}
.TagClassName
{
border-color: #C7FF5C;
}
</style>