Shades of Sulu #C7FC6D
Tints of Sulu #C7FC6D
RGB
CMYK
RGB Variations
Color information
#C7FC6D (or 0xC7FC6D) is known color: Sulu. HEX triplet: C7, FC and 6D. RGB value is (199,252,109). Sum of RGB (Red+Green+Blue) = 199+252+109=560 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.54% from 560); Green value is 252 (98.83% from 255 or 45% from 560); Blue value is 109 (42.97% from 255 or 19.46% from 560); Max value from RGB is 252 - color contains mainly: green. Hex color #C7FC6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7FC6D is #380392. Grayscale: #DCDCDC. Windows color (decimal): -3670931 or 7208135. OLE color: 7208135.
HSL color Cylindrical-coordinate representation of color #C7FC6D: hue angle of 82.24º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C7FC6D is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
RGB | 199 | 252 | 109 | - |
CMYK | 0.21 | 0 | 0.57 | 0.01 |
HSL | 82.24º | 0.96% | 0.71% | - |
HSV(B) | 82.24º | 0.57% | 0.99% | - |
XYZ | 61.12 | 82.87 | 27.24 | - |
YUV | 219.85 | 65.44 | 113.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 252 | 109 | 0.21 | 0 | 0.57 | 0.01 | 82.24 | 0.96 | 0.71 |
Hex | C7 | FC | 6D | 15 | 0 | 39 | 1 | 52 | 60 | 47 |
Octal | 307 | 374 | 155 | 25 | 0 | 71 | 1 | 122 | 140 | 107 |
Binary | 11000111 | 11111100 | 1101101 | 10101 | 0 | 111001 | 1 | 1010010 | 1100000 | 1000111 |
Color Harmonies of #C7FC6D
Complementary color
Monochromatic Colors of #C7FC6D
Black with #C7FC6D
Text Example
Text Example
White with #C7FC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FC6D; }
p { color: rgb(199,252,109); }
H1.HeaderClassName
{
color: #C7FC6D;
}
.AnyTagClassName
{
color: #C7FC6D;
}
</style>
background-color css
<style>
a { background-color: #C7FC6D; }
a { background-color: rgb(199,252,109); }
div.DivClassName
{
background-color: #C7FC6D;
}
.BgClassName
{
background-color: #C7FC6D;
}
</style>
border-color css
<style>
span { border-color: #C7FC6D; }
span { border-color: rgb(199,252,109); }
td.TdClassName
{
border-color: #C7FC6D;
}
.TagClassName
{
border-color: #C7FC6D;
}
</style>