Shades of Sulu #C7F782
Tints of Sulu #C7F782
RGB
CMYK
RGB Variations
Color information
#C7F782 (or 0xC7F782) is known color: Sulu. HEX triplet: C7, F7 and 82. RGB value is (199,247,130). Sum of RGB (Red+Green+Blue) = 199+247+130=576 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.55% from 576); Green value is 247 (96.88% from 255 or 42.88% from 576); Blue value is 130 (51.17% from 255 or 22.57% from 576); Max value from RGB is 247 - color contains mainly: green. Hex color #C7F782 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7F782 is #38087D. Grayscale: #DBDBDB. Windows color (decimal): -3672190 or 8583111. OLE color: 8583111.
HSL color Cylindrical-coordinate representation of color #C7F782: hue angle of 84.62º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C7F782 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 199 | 247 | 130 | - |
| CMYK | 0.19 | 0 | 0.47 | 0.03 |
| HSL | 84.62º | 0.88% | 0.74% | - |
| HSV(B) | 84.62º | 0.47% | 0.97% | - |
| XYZ | 60.84 | 80.28 | 33.41 | - |
| YUV | 219.31 | 77.6 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 247 | 130 | 0.19 | 0 | 0.47 | 0.03 | 84.62 | 0.88 | 0.74 |
| Hex | C7 | F7 | 82 | 13 | 0 | 2F | 3 | 55 | 58 | 4A |
| Octal | 307 | 367 | 202 | 23 | 0 | 57 | 3 | 125 | 130 | 112 |
| Binary | 11000111 | 11110111 | 10000010 | 10011 | 0 | 101111 | 11 | 1010101 | 1011000 | 1001010 |
Color Harmonies of #C7F782
Complementary color
Monochromatic Colors of #C7F782
Black with #C7F782
Text Example
Text Example
White with #C7F782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F782; }
p { color: rgb(199,247,130); }
H1.HeaderClassName
{
color: #C7F782;
}
.AnyTagClassName
{
color: #C7F782;
}
</style>
background-color css
<style>
a { background-color: #C7F782; }
a { background-color: rgb(199,247,130); }
div.DivClassName
{
background-color: #C7F782;
}
.BgClassName
{
background-color: #C7F782;
}
</style>
border-color css
<style>
span { border-color: #C7F782; }
span { border-color: rgb(199,247,130); }
td.TdClassName
{
border-color: #C7F782;
}
.TagClassName
{
border-color: #C7F782;
}
</style>