Shades of Sulu #C4F982
Tints of Sulu #C4F982
RGB
CMYK
RGB Variations
Color information
#C4F982 (or 0xC4F982) is known color: Sulu. HEX triplet: C4, F9 and 82. RGB value is (196,249,130). Sum of RGB (Red+Green+Blue) = 196+249+130=575 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.09% from 575); Green value is 249 (97.66% from 255 or 43.30% from 575); Blue value is 130 (51.17% from 255 or 22.61% from 575); Max value from RGB is 249 - color contains mainly: green. Hex color #C4F982 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4F982 is #3B067D. Grayscale: #DCDCDC. Windows color (decimal): -3868286 or 8583620. OLE color: 8583620.
HSL color Cylindrical-coordinate representation of color #C4F982: hue angle of 86.72º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C4F982 is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 249 | 130 | - |
| CMYK | 0.21 | 0 | 0.48 | 0.02 |
| HSL | 86.72º | 0.91% | 0.74% | - |
| HSV(B) | 86.72º | 0.48% | 0.98% | - |
| XYZ | 60.67 | 81.1 | 33.58 | - |
| YUV | 219.59 | 77.44 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 249 | 130 | 0.21 | 0 | 0.48 | 0.02 | 86.72 | 0.91 | 0.74 |
| Hex | C4 | F9 | 82 | 15 | 0 | 30 | 2 | 57 | 5B | 4A |
| Octal | 304 | 371 | 202 | 25 | 0 | 60 | 2 | 127 | 133 | 112 |
| Binary | 11000100 | 11111001 | 10000010 | 10101 | 0 | 110000 | 10 | 1010111 | 1011011 | 1001010 |
Color Harmonies of #C4F982
Complementary color
Monochromatic Colors of #C4F982
Black with #C4F982
Text Example
Text Example
White with #C4F982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F982; }
p { color: rgb(196,249,130); }
H1.HeaderClassName
{
color: #C4F982;
}
.AnyTagClassName
{
color: #C4F982;
}
</style>
background-color css
<style>
a { background-color: #C4F982; }
a { background-color: rgb(196,249,130); }
div.DivClassName
{
background-color: #C4F982;
}
.BgClassName
{
background-color: #C4F982;
}
</style>
border-color css
<style>
span { border-color: #C4F982; }
span { border-color: rgb(196,249,130); }
td.TdClassName
{
border-color: #C4F982;
}
.TagClassName
{
border-color: #C4F982;
}
</style>