Shades of Sulu #C9FE7E
Tints of Sulu #C9FE7E
RGB
CMYK
RGB Variations
Color information
#C9FE7E (or 0xC9FE7E) is known color: Sulu. HEX triplet: C9, FE and 7E. RGB value is (201,254,126). Sum of RGB (Red+Green+Blue) = 201+254+126=581 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.60% from 581); Green value is 254 (99.61% from 255 or 43.72% from 581); Blue value is 126 (49.61% from 255 or 21.69% from 581); Max value from RGB is 254 - color contains mainly: green. Hex color #C9FE7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9FE7E is #360181. Grayscale: #E0E0E0. Windows color (decimal): -3539330 or 8322761. OLE color: 8322761.
HSL color Cylindrical-coordinate representation of color #C9FE7E: hue angle of 84.84º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C9FE7E is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 254 | 126 | - |
| CMYK | 0.21 | 0 | 0.50 | 0.00 |
| HSL | 84.84º | 0.98% | 0.75% | - |
| HSV(B) | 84.84º | 0.5% | 1% | - |
| XYZ | 63.3 | 84.81 | 32.77 | - |
| YUV | 223.56 | 72.94 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 254 | 126 | 0.21 | 0 | 0.50 | 0.00 | 84.84 | 0.98 | 0.75 |
| Hex | C9 | FE | 7E | 15 | 0 | 32 | 0 | 55 | 62 | 4B |
| Octal | 311 | 376 | 176 | 25 | 0 | 62 | 0 | 125 | 142 | 113 |
| Binary | 11001001 | 11111110 | 1111110 | 10101 | 0 | 110010 | 0 | 1010101 | 1100010 | 1001011 |
Color Harmonies of #C9FE7E
Complementary color
Monochromatic Colors of #C9FE7E
Black with #C9FE7E
Text Example
Text Example
White with #C9FE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FE7E; }
p { color: rgb(201,254,126); }
H1.HeaderClassName
{
color: #C9FE7E;
}
.AnyTagClassName
{
color: #C9FE7E;
}
</style>
background-color css
<style>
a { background-color: #C9FE7E; }
a { background-color: rgb(201,254,126); }
div.DivClassName
{
background-color: #C9FE7E;
}
.BgClassName
{
background-color: #C9FE7E;
}
</style>
border-color css
<style>
span { border-color: #C9FE7E; }
span { border-color: rgb(201,254,126); }
td.TdClassName
{
border-color: #C9FE7E;
}
.TagClassName
{
border-color: #C9FE7E;
}
</style>