Shades of Sulu #C7F87D
Tints of Sulu #C7F87D
RGB
CMYK
RGB Variations
Color information
#C7F87D (or 0xC7F87D) is known color: Sulu. HEX triplet: C7, F8 and 7D. RGB value is (199,248,125). Sum of RGB (Red+Green+Blue) = 199+248+125=572 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.79% from 572); Green value is 248 (97.27% from 255 or 43.36% from 572); Blue value is 125 (49.22% from 255 or 21.85% from 572); Max value from RGB is 248 - color contains mainly: green. Hex color #C7F87D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7F87D is #380782. Grayscale: #DBDBDB. Windows color (decimal): -3671939 or 8255687. OLE color: 8255687.
HSL color Cylindrical-coordinate representation of color #C7F87D: hue angle of 83.9º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C7F87D is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 199 | 248 | 125 | - |
| CMYK | 0.20 | 0 | 0.50 | 0.03 |
| HSL | 83.9º | 0.9% | 0.73% | - |
| HSV(B) | 83.9º | 0.5% | 0.97% | - |
| XYZ | 60.82 | 80.76 | 31.78 | - |
| YUV | 219.33 | 74.77 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 248 | 125 | 0.20 | 0 | 0.50 | 0.03 | 83.9 | 0.9 | 0.73 |
| Hex | C7 | F8 | 7D | 14 | 0 | 32 | 3 | 54 | 5A | 49 |
| Octal | 307 | 370 | 175 | 24 | 0 | 62 | 3 | 124 | 132 | 111 |
| Binary | 11000111 | 11111000 | 1111101 | 10100 | 0 | 110010 | 11 | 1010100 | 1011010 | 1001001 |
Color Harmonies of #C7F87D
Complementary color
Monochromatic Colors of #C7F87D
Black with #C7F87D
Text Example
Text Example
White with #C7F87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F87D; }
p { color: rgb(199,248,125); }
H1.HeaderClassName
{
color: #C7F87D;
}
.AnyTagClassName
{
color: #C7F87D;
}
</style>
background-color css
<style>
a { background-color: #C7F87D; }
a { background-color: rgb(199,248,125); }
div.DivClassName
{
background-color: #C7F87D;
}
.BgClassName
{
background-color: #C7F87D;
}
</style>
border-color css
<style>
span { border-color: #C7F87D; }
span { border-color: rgb(199,248,125); }
td.TdClassName
{
border-color: #C7F87D;
}
.TagClassName
{
border-color: #C7F87D;
}
</style>