Shades of Sulu #C4F180
Tints of Sulu #C4F180
RGB
CMYK
RGB Variations
Color information
#C4F180 (or 0xC4F180) is known color: Sulu. HEX triplet: C4, F1 and 80. RGB value is (196,241,128). Sum of RGB (Red+Green+Blue) = 196+241+128=565 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.69% from 565); Green value is 241 (94.53% from 255 or 42.65% from 565); Blue value is 128 (50.39% from 255 or 22.65% from 565); Max value from RGB is 241 - color contains mainly: green. Hex color #C4F180 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4F180 is #3B0E7F. Grayscale: #D7D7D7. Windows color (decimal): -3870336 or 8450500. OLE color: 8450500.
HSL color Cylindrical-coordinate representation of color #C4F180: hue angle of 83.89º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C4F180 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 241 | 128 | - |
| CMYK | 0.19 | 0 | 0.47 | 0.05 |
| HSL | 83.89º | 0.8% | 0.72% | - |
| HSV(B) | 83.89º | 0.47% | 0.95% | - |
| XYZ | 58.12 | 76.2 | 32.07 | - |
| YUV | 214.66 | 79.09 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 241 | 128 | 0.19 | 0 | 0.47 | 0.05 | 83.89 | 0.8 | 0.72 |
| Hex | C4 | F1 | 80 | 13 | 0 | 2F | 5 | 54 | 50 | 48 |
| Octal | 304 | 361 | 200 | 23 | 0 | 57 | 5 | 124 | 120 | 110 |
| Binary | 11000100 | 11110001 | 10000000 | 10011 | 0 | 101111 | 101 | 1010100 | 1010000 | 1001000 |
Color Harmonies of #C4F180
Complementary color
Monochromatic Colors of #C4F180
Black with #C4F180
Text Example
Text Example
White with #C4F180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F180; }
p { color: rgb(196,241,128); }
H1.HeaderClassName
{
color: #C4F180;
}
.AnyTagClassName
{
color: #C4F180;
}
</style>
background-color css
<style>
a { background-color: #C4F180; }
a { background-color: rgb(196,241,128); }
div.DivClassName
{
background-color: #C4F180;
}
.BgClassName
{
background-color: #C4F180;
}
</style>
border-color css
<style>
span { border-color: #C4F180; }
span { border-color: rgb(196,241,128); }
td.TdClassName
{
border-color: #C4F180;
}
.TagClassName
{
border-color: #C4F180;
}
</style>