Shades of Sulu #C9ED7E
Tints of Sulu #C9ED7E
RGB
CMYK
RGB Variations
Color information
#C9ED7E (or 0xC9ED7E) is known color: Sulu. HEX triplet: C9, ED and 7E. RGB value is (201,237,126). Sum of RGB (Red+Green+Blue) = 201+237+126=564 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.64% from 564); Green value is 237 (92.97% from 255 or 42.02% from 564); Blue value is 126 (49.61% from 255 or 22.34% from 564); Max value from RGB is 237 - color contains mainly: green. Hex color #C9ED7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9ED7E is #361281. Grayscale: #D5D5D5. Windows color (decimal): -3543682 or 8318409. OLE color: 8318409.
HSL color Cylindrical-coordinate representation of color #C9ED7E: hue angle of 79.46º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C9ED7E is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 237 | 126 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.07 |
| HSL | 79.46º | 0.76% | 0.71% | - |
| HSV(B) | 79.46º | 0.47% | 0.93% | - |
| XYZ | 58.14 | 74.49 | 31.05 | - |
| YUV | 213.58 | 78.57 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 237 | 126 | 0.15 | 0 | 0.47 | 0.07 | 79.46 | 0.76 | 0.71 |
| Hex | C9 | ED | 7E | F | 0 | 2F | 7 | 4F | 4C | 47 |
| Octal | 311 | 355 | 176 | 17 | 0 | 57 | 7 | 117 | 114 | 107 |
| Binary | 11001001 | 11101101 | 1111110 | 1111 | 0 | 101111 | 111 | 1001111 | 1001100 | 1000111 |
Color Harmonies of #C9ED7E
Complementary color
Monochromatic Colors of #C9ED7E
Black with #C9ED7E
Text Example
Text Example
White with #C9ED7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ED7E; }
p { color: rgb(201,237,126); }
H1.HeaderClassName
{
color: #C9ED7E;
}
.AnyTagClassName
{
color: #C9ED7E;
}
</style>
background-color css
<style>
a { background-color: #C9ED7E; }
a { background-color: rgb(201,237,126); }
div.DivClassName
{
background-color: #C9ED7E;
}
.BgClassName
{
background-color: #C9ED7E;
}
</style>
border-color css
<style>
span { border-color: #C9ED7E; }
span { border-color: rgb(201,237,126); }
td.TdClassName
{
border-color: #C9ED7E;
}
.TagClassName
{
border-color: #C9ED7E;
}
</style>