Shades of Sulu #C9F484
Tints of Sulu #C9F484
RGB
CMYK
RGB Variations
Color information
#C9F484 (or 0xC9F484) is known color: Sulu. HEX triplet: C9, F4 and 84. RGB value is (201,244,132). Sum of RGB (Red+Green+Blue) = 201+244+132=577 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.84% from 577); Green value is 244 (95.70% from 255 or 42.29% from 577); Blue value is 132 (51.95% from 255 or 22.88% from 577); Max value from RGB is 244 - color contains mainly: green. Hex color #C9F484 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9F484 is #360B7B. Grayscale: #DADADA. Windows color (decimal): -3541884 or 8713417. OLE color: 8713417.
HSL color Cylindrical-coordinate representation of color #C9F484: hue angle of 83.04º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C9F484 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 244 | 132 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.04 |
| HSL | 83.04º | 0.84% | 0.74% | - |
| HSV(B) | 83.04º | 0.46% | 0.96% | - |
| XYZ | 60.6 | 78.78 | 33.84 | - |
| YUV | 218.38 | 79.25 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 244 | 132 | 0.18 | 0 | 0.46 | 0.04 | 83.04 | 0.84 | 0.74 |
| Hex | C9 | F4 | 84 | 12 | 0 | 2E | 4 | 53 | 54 | 4A |
| Octal | 311 | 364 | 204 | 22 | 0 | 56 | 4 | 123 | 124 | 112 |
| Binary | 11001001 | 11110100 | 10000100 | 10010 | 0 | 101110 | 100 | 1010011 | 1010100 | 1001010 |
Color Harmonies of #C9F484
Complementary color
Monochromatic Colors of #C9F484
Black with #C9F484
Text Example
Text Example
White with #C9F484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F484; }
p { color: rgb(201,244,132); }
H1.HeaderClassName
{
color: #C9F484;
}
.AnyTagClassName
{
color: #C9F484;
}
</style>
background-color css
<style>
a { background-color: #C9F484; }
a { background-color: rgb(201,244,132); }
div.DivClassName
{
background-color: #C9F484;
}
.BgClassName
{
background-color: #C9F484;
}
</style>
border-color css
<style>
span { border-color: #C9F484; }
span { border-color: rgb(201,244,132); }
td.TdClassName
{
border-color: #C9F484;
}
.TagClassName
{
border-color: #C9F484;
}
</style>