Shades of Sulu #C5EF70
Tints of Sulu #C5EF70
RGB
CMYK
RGB Variations
Color information
#C5EF70 (or 0xC5EF70) is known color: Sulu. HEX triplet: C5, EF and 70. RGB value is (197,239,112). Sum of RGB (Red+Green+Blue) = 197+239+112=548 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.95% from 548); Green value is 239 (93.75% from 255 or 43.61% from 548); Blue value is 112 (44.14% from 255 or 20.44% from 548); Max value from RGB is 239 - color contains mainly: green. Hex color #C5EF70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5EF70 is #3A108F. Grayscale: #D4D4D4. Windows color (decimal): -3805328 or 7401413. OLE color: 7401413.
HSL color Cylindrical-coordinate representation of color #C5EF70: hue angle of 79.84º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C5EF70 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 239 | 112 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.06 |
| HSL | 79.84º | 0.8% | 0.69% | - |
| HSV(B) | 79.84º | 0.53% | 0.94% | - |
| XYZ | 56.82 | 74.77 | 26.77 | - |
| YUV | 211.96 | 71.59 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 239 | 112 | 0.18 | 0 | 0.53 | 0.06 | 79.84 | 0.8 | 0.69 |
| Hex | C5 | EF | 70 | 12 | 0 | 35 | 6 | 50 | 50 | 45 |
| Octal | 305 | 357 | 160 | 22 | 0 | 65 | 6 | 120 | 120 | 105 |
| Binary | 11000101 | 11101111 | 1110000 | 10010 | 0 | 110101 | 110 | 1010000 | 1010000 | 1000101 |
Color Harmonies of #C5EF70
Complementary color
Monochromatic Colors of #C5EF70
Black with #C5EF70
Text Example
Text Example
White with #C5EF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EF70; }
p { color: rgb(197,239,112); }
H1.HeaderClassName
{
color: #C5EF70;
}
.AnyTagClassName
{
color: #C5EF70;
}
</style>
background-color css
<style>
a { background-color: #C5EF70; }
a { background-color: rgb(197,239,112); }
div.DivClassName
{
background-color: #C5EF70;
}
.BgClassName
{
background-color: #C5EF70;
}
</style>
border-color css
<style>
span { border-color: #C5EF70; }
span { border-color: rgb(197,239,112); }
td.TdClassName
{
border-color: #C5EF70;
}
.TagClassName
{
border-color: #C5EF70;
}
</style>