Shades of Sulu #C7F975
Tints of Sulu #C7F975
RGB
CMYK
RGB Variations
Color information
#C7F975 (or 0xC7F975) is known color: Sulu. HEX triplet: C7, F9 and 75. RGB value is (199,249,117). Sum of RGB (Red+Green+Blue) = 199+249+117=565 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.22% from 565); Green value is 249 (97.66% from 255 or 44.07% from 565); Blue value is 117 (46.09% from 255 or 20.71% from 565); Max value from RGB is 249 - color contains mainly: green. Hex color #C7F975 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7F975 is #38068A. Grayscale: #DBDBDB. Windows color (decimal): -3671691 or 7731655. OLE color: 7731655.
HSL color Cylindrical-coordinate representation of color #C7F975: hue angle of 82.73º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C7F975 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 249 | 117 | - |
| CMYK | 0.20 | 0 | 0.53 | 0.02 |
| HSL | 82.73º | 0.92% | 0.72% | - |
| HSV(B) | 82.73º | 0.53% | 0.98% | - |
| XYZ | 60.64 | 81.18 | 29.3 | - |
| YUV | 219 | 70.44 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 249 | 117 | 0.20 | 0 | 0.53 | 0.02 | 82.73 | 0.92 | 0.72 |
| Hex | C7 | F9 | 75 | 14 | 0 | 35 | 2 | 53 | 5C | 48 |
| Octal | 307 | 371 | 165 | 24 | 0 | 65 | 2 | 123 | 134 | 110 |
| Binary | 11000111 | 11111001 | 1110101 | 10100 | 0 | 110101 | 10 | 1010011 | 1011100 | 1001000 |
Color Harmonies of #C7F975
Complementary color
Monochromatic Colors of #C7F975
Black with #C7F975
Text Example
Text Example
White with #C7F975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F975; }
p { color: rgb(199,249,117); }
H1.HeaderClassName
{
color: #C7F975;
}
.AnyTagClassName
{
color: #C7F975;
}
</style>
background-color css
<style>
a { background-color: #C7F975; }
a { background-color: rgb(199,249,117); }
div.DivClassName
{
background-color: #C7F975;
}
.BgClassName
{
background-color: #C7F975;
}
</style>
border-color css
<style>
span { border-color: #C7F975; }
span { border-color: rgb(199,249,117); }
td.TdClassName
{
border-color: #C7F975;
}
.TagClassName
{
border-color: #C7F975;
}
</style>