Shades of Sulu #C4FE7A
Tints of Sulu #C4FE7A
RGB
CMYK
RGB Variations
Color information
#C4FE7A (or 0xC4FE7A) is known color: Sulu. HEX triplet: C4, FE and 7A. RGB value is (196,254,122). Sum of RGB (Red+Green+Blue) = 196+254+122=572 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.27% from 572); Green value is 254 (99.61% from 255 or 44.41% from 572); Blue value is 122 (48.05% from 255 or 21.33% from 572); Max value from RGB is 254 - color contains mainly: green. Hex color #C4FE7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4FE7A is #3B0185. Grayscale: #DEDEDE. Windows color (decimal): -3867014 or 8060612. OLE color: 8060612.
HSL color Cylindrical-coordinate representation of color #C4FE7A: hue angle of 86.36º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C4FE7A is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 254 | 122 | - |
| CMYK | 0.23 | 0 | 0.52 | 0.00 |
| HSL | 86.36º | 0.99% | 0.74% | - |
| HSV(B) | 86.36º | 0.52% | 1% | - |
| XYZ | 61.72 | 84.02 | 31.38 | - |
| YUV | 221.61 | 71.78 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 254 | 122 | 0.23 | 0 | 0.52 | 0.00 | 86.36 | 0.99 | 0.74 |
| Hex | C4 | FE | 7A | 17 | 0 | 34 | 0 | 56 | 63 | 4A |
| Octal | 304 | 376 | 172 | 27 | 0 | 64 | 0 | 126 | 143 | 112 |
| Binary | 11000100 | 11111110 | 1111010 | 10111 | 0 | 110100 | 0 | 1010110 | 1100011 | 1001010 |
Color Harmonies of #C4FE7A
Complementary color
Monochromatic Colors of #C4FE7A
Black with #C4FE7A
Text Example
Text Example
White with #C4FE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FE7A; }
p { color: rgb(196,254,122); }
H1.HeaderClassName
{
color: #C4FE7A;
}
.AnyTagClassName
{
color: #C4FE7A;
}
</style>
background-color css
<style>
a { background-color: #C4FE7A; }
a { background-color: rgb(196,254,122); }
div.DivClassName
{
background-color: #C4FE7A;
}
.BgClassName
{
background-color: #C4FE7A;
}
</style>
border-color css
<style>
span { border-color: #C4FE7A; }
span { border-color: rgb(196,254,122); }
td.TdClassName
{
border-color: #C4FE7A;
}
.TagClassName
{
border-color: #C4FE7A;
}
</style>