Shades of Sulu #C7FF64
Tints of Sulu #C7FF64
RGB
CMYK
RGB Variations
Color information
#C7FF64 (or 0xC7FF64) is known color: Sulu. HEX triplet: C7, FF and 64. RGB value is (199,255,100). Sum of RGB (Red+Green+Blue) = 199+255+100=554 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.92% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 100 (39.45% from 255 or 18.05% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #C7FF64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7FF64 is #38009B. Grayscale: #DDDDDD. Windows color (decimal): -3670172 or 6619079. OLE color: 6619079.
HSL color Cylindrical-coordinate representation of color #C7FF64: hue angle of 81.68º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C7FF64 is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 255 | 100 | - |
| CMYK | 0.22 | 0 | 0.61 | 0 |
| HSL | 81.68º | 1% | 0.7% | - |
| HSV(B) | 81.68º | 0.61% | 1% | - |
| XYZ | 61.61 | 84.58 | 25.14 | - |
| YUV | 220.59 | 59.95 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 255 | 100 | 0.22 | 0 | 0.61 | 0 | 81.68 | 1 | 0.7 |
| Hex | C7 | FF | 64 | 16 | 0 | 3D | 0 | 52 | 64 | 46 |
| Octal | 307 | 377 | 144 | 26 | 0 | 75 | 0 | 122 | 144 | 106 |
| Binary | 11000111 | 11111111 | 1100100 | 10110 | 0 | 111101 | 0 | 1010010 | 1100100 | 1000110 |
Color Harmonies of #C7FF64
Complementary color
Monochromatic Colors of #C7FF64
Black with #C7FF64
Text Example
Text Example
White with #C7FF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FF64; }
p { color: rgb(199,255,100); }
H1.HeaderClassName
{
color: #C7FF64;
}
.AnyTagClassName
{
color: #C7FF64;
}
</style>
background-color css
<style>
a { background-color: #C7FF64; }
a { background-color: rgb(199,255,100); }
div.DivClassName
{
background-color: #C7FF64;
}
.BgClassName
{
background-color: #C7FF64;
}
</style>
border-color css
<style>
span { border-color: #C7FF64; }
span { border-color: rgb(199,255,100); }
td.TdClassName
{
border-color: #C7FF64;
}
.TagClassName
{
border-color: #C7FF64;
}
</style>