Shades of Sulu #C4F98C
Tints of Sulu #C4F98C
RGB
CMYK
RGB Variations
Color information
#C4F98C (or 0xC4F98C) is known color: Sulu. HEX triplet: C4, F9 and 8C. RGB value is (196,249,140). Sum of RGB (Red+Green+Blue) = 196+249+140=585 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.50% from 585); Green value is 249 (97.66% from 255 or 42.56% from 585); Blue value is 140 (55.08% from 255 or 23.93% from 585); Max value from RGB is 249 - color contains mainly: green. Hex color #C4F98C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4F98C is #3B0673. Grayscale: #DDDDDD. Windows color (decimal): -3868276 or 9238980. OLE color: 9238980.
HSL color Cylindrical-coordinate representation of color #C4F98C: hue angle of 89.17º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C4F98C is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 249 | 140 | - |
| CMYK | 0.21 | 0 | 0.44 | 0.02 |
| HSL | 89.17º | 0.9% | 0.76% | - |
| HSV(B) | 89.17º | 0.44% | 0.98% | - |
| XYZ | 61.37 | 81.38 | 37.28 | - |
| YUV | 220.73 | 82.44 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 249 | 140 | 0.21 | 0 | 0.44 | 0.02 | 89.17 | 0.9 | 0.76 |
| Hex | C4 | F9 | 8C | 15 | 0 | 2C | 2 | 59 | 5A | 4C |
| Octal | 304 | 371 | 214 | 25 | 0 | 54 | 2 | 131 | 132 | 114 |
| Binary | 11000100 | 11111001 | 10001100 | 10101 | 0 | 101100 | 10 | 1011001 | 1011010 | 1001100 |
Color Harmonies of #C4F98C
Complementary color
Monochromatic Colors of #C4F98C
Black with #C4F98C
Text Example
Text Example
White with #C4F98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F98C; }
p { color: rgb(196,249,140); }
H1.HeaderClassName
{
color: #C4F98C;
}
.AnyTagClassName
{
color: #C4F98C;
}
</style>
background-color css
<style>
a { background-color: #C4F98C; }
a { background-color: rgb(196,249,140); }
div.DivClassName
{
background-color: #C4F98C;
}
.BgClassName
{
background-color: #C4F98C;
}
</style>
border-color css
<style>
span { border-color: #C4F98C; }
span { border-color: rgb(196,249,140); }
td.TdClassName
{
border-color: #C4F98C;
}
.TagClassName
{
border-color: #C4F98C;
}
</style>