Shades of Sulu #C7EF80
Tints of Sulu #C7EF80
RGB
CMYK
RGB Variations
Color information
#C7EF80 (or 0xC7EF80) is known color: Sulu. HEX triplet: C7, EF and 80. RGB value is (199,239,128). Sum of RGB (Red+Green+Blue) = 199+239+128=566 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.16% from 566); Green value is 239 (93.75% from 255 or 42.23% from 566); Blue value is 128 (50.39% from 255 or 22.61% from 566); Max value from RGB is 239 - color contains mainly: green. Hex color #C7EF80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7EF80 is #38107F. Grayscale: #D6D6D6. Windows color (decimal): -3674240 or 8449991. OLE color: 8449991.
HSL color Cylindrical-coordinate representation of color #C7EF80: hue angle of 81.62º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C7EF80 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 239 | 128 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.06 |
| HSL | 81.62º | 0.78% | 0.72% | - |
| HSV(B) | 81.62º | 0.46% | 0.94% | - |
| XYZ | 58.32 | 75.43 | 31.91 | - |
| YUV | 214.39 | 79.25 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 239 | 128 | 0.17 | 0 | 0.46 | 0.06 | 81.62 | 0.78 | 0.72 |
| Hex | C7 | EF | 80 | 11 | 0 | 2E | 6 | 52 | 4E | 48 |
| Octal | 307 | 357 | 200 | 21 | 0 | 56 | 6 | 122 | 116 | 110 |
| Binary | 11000111 | 11101111 | 10000000 | 10001 | 0 | 101110 | 110 | 1010010 | 1001110 | 1001000 |
Color Harmonies of #C7EF80
Complementary color
Monochromatic Colors of #C7EF80
Black with #C7EF80
Text Example
Text Example
White with #C7EF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EF80; }
p { color: rgb(199,239,128); }
H1.HeaderClassName
{
color: #C7EF80;
}
.AnyTagClassName
{
color: #C7EF80;
}
</style>
background-color css
<style>
a { background-color: #C7EF80; }
a { background-color: rgb(199,239,128); }
div.DivClassName
{
background-color: #C7EF80;
}
.BgClassName
{
background-color: #C7EF80;
}
</style>
border-color css
<style>
span { border-color: #C7EF80; }
span { border-color: rgb(199,239,128); }
td.TdClassName
{
border-color: #C7EF80;
}
.TagClassName
{
border-color: #C7EF80;
}
</style>