Shades of Sulu #C7FC7A
Tints of Sulu #C7FC7A
RGB
CMYK
RGB Variations
Color information
#C7FC7A (or 0xC7FC7A) is known color: Sulu. HEX triplet: C7, FC and 7A. RGB value is (199,252,122). Sum of RGB (Red+Green+Blue) = 199+252+122=573 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.73% from 573); Green value is 252 (98.83% from 255 or 43.98% from 573); Blue value is 122 (48.05% from 255 or 21.29% from 573); Max value from RGB is 252 - color contains mainly: green. Hex color #C7FC7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7FC7A is #380385. Grayscale: #DDDDDD. Windows color (decimal): -3670918 or 8060103. OLE color: 8060103.
HSL color Cylindrical-coordinate representation of color #C7FC7A: hue angle of 84.46º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C7FC7A is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
RGB | 199 | 252 | 122 | - |
CMYK | 0.21 | 0 | 0.52 | 0.01 |
HSL | 84.46º | 0.96% | 0.73% | - |
HSV(B) | 84.46º | 0.52% | 0.99% | - |
XYZ | 61.88 | 83.17 | 31.2 | - |
YUV | 221.33 | 71.94 | 112.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 252 | 122 | 0.21 | 0 | 0.52 | 0.01 | 84.46 | 0.96 | 0.73 |
Hex | C7 | FC | 7A | 15 | 0 | 34 | 1 | 54 | 60 | 49 |
Octal | 307 | 374 | 172 | 25 | 0 | 64 | 1 | 124 | 140 | 111 |
Binary | 11000111 | 11111100 | 1111010 | 10101 | 0 | 110100 | 1 | 1010100 | 1100000 | 1001001 |
Color Harmonies of #C7FC7A
Complementary color
Monochromatic Colors of #C7FC7A
Black with #C7FC7A
Text Example
Text Example
White with #C7FC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FC7A; }
p { color: rgb(199,252,122); }
H1.HeaderClassName
{
color: #C7FC7A;
}
.AnyTagClassName
{
color: #C7FC7A;
}
</style>
background-color css
<style>
a { background-color: #C7FC7A; }
a { background-color: rgb(199,252,122); }
div.DivClassName
{
background-color: #C7FC7A;
}
.BgClassName
{
background-color: #C7FC7A;
}
</style>
border-color css
<style>
span { border-color: #C7FC7A; }
span { border-color: rgb(199,252,122); }
td.TdClassName
{
border-color: #C7FC7A;
}
.TagClassName
{
border-color: #C7FC7A;
}
</style>