Shades of Sulu #C4EF80
Tints of Sulu #C4EF80
RGB
CMYK
RGB Variations
Color information
#C4EF80 (or 0xC4EF80) is known color: Sulu. HEX triplet: C4, EF and 80. RGB value is (196,239,128). Sum of RGB (Red+Green+Blue) = 196+239+128=563 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.81% from 563); Green value is 239 (93.75% from 255 or 42.45% from 563); Blue value is 128 (50.39% from 255 or 22.74% from 563); Max value from RGB is 239 - color contains mainly: green. Hex color #C4EF80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4EF80 is #3B107F. Grayscale: #D5D5D5. Windows color (decimal): -3870848 or 8449988. OLE color: 8449988.
HSL color Cylindrical-coordinate representation of color #C4EF80: hue angle of 83.24º 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 #C4EF80 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 239 | 128 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.06 |
| HSL | 83.24º | 0.78% | 0.72% | - |
| HSV(B) | 83.24º | 0.46% | 0.94% | - |
| XYZ | 57.53 | 75.03 | 31.87 | - |
| YUV | 213.49 | 79.75 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 239 | 128 | 0.18 | 0 | 0.46 | 0.06 | 83.24 | 0.78 | 0.72 |
| Hex | C4 | EF | 80 | 12 | 0 | 2E | 6 | 53 | 4E | 48 |
| Octal | 304 | 357 | 200 | 22 | 0 | 56 | 6 | 123 | 116 | 110 |
| Binary | 11000100 | 11101111 | 10000000 | 10010 | 0 | 101110 | 110 | 1010011 | 1001110 | 1001000 |
Color Harmonies of #C4EF80
Complementary color
Monochromatic Colors of #C4EF80
Black with #C4EF80
Text Example
Text Example
White with #C4EF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EF80; }
p { color: rgb(196,239,128); }
H1.HeaderClassName
{
color: #C4EF80;
}
.AnyTagClassName
{
color: #C4EF80;
}
</style>
background-color css
<style>
a { background-color: #C4EF80; }
a { background-color: rgb(196,239,128); }
div.DivClassName
{
background-color: #C4EF80;
}
.BgClassName
{
background-color: #C4EF80;
}
</style>
border-color css
<style>
span { border-color: #C4EF80; }
span { border-color: rgb(196,239,128); }
td.TdClassName
{
border-color: #C4EF80;
}
.TagClassName
{
border-color: #C4EF80;
}
</style>