Shades of Sulu #C9ED7A
Tints of Sulu #C9ED7A
RGB
CMYK
RGB Variations
Color information
#C9ED7A (or 0xC9ED7A) is known color: Sulu. HEX triplet: C9, ED and 7A. RGB value is (201,237,122). Sum of RGB (Red+Green+Blue) = 201+237+122=560 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.89% from 560); Green value is 237 (92.97% from 255 or 42.32% from 560); Blue value is 122 (48.05% from 255 or 21.79% from 560); Max value from RGB is 237 - color contains mainly: green. Hex color #C9ED7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9ED7A is #361285. Grayscale: #D5D5D5. Windows color (decimal): -3543686 or 8056265. OLE color: 8056265.
HSL color Cylindrical-coordinate representation of color #C9ED7A: hue angle of 78.78º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C9ED7A is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
RGB | 201 | 237 | 122 | - |
CMYK | 0.15 | 0 | 0.49 | 0.07 |
HSL | 78.78º | 0.76% | 0.7% | - |
HSV(B) | 78.78º | 0.49% | 0.93% | - |
XYZ | 57.88 | 74.39 | 29.72 | - |
YUV | 213.13 | 76.57 | 119.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 237 | 122 | 0.15 | 0 | 0.49 | 0.07 | 78.78 | 0.76 | 0.7 |
Hex | C9 | ED | 7A | F | 0 | 31 | 7 | 4F | 4C | 46 |
Octal | 311 | 355 | 172 | 17 | 0 | 61 | 7 | 117 | 114 | 106 |
Binary | 11001001 | 11101101 | 1111010 | 1111 | 0 | 110001 | 111 | 1001111 | 1001100 | 1000110 |
Color Harmonies of #C9ED7A
Complementary color
Monochromatic Colors of #C9ED7A
Black with #C9ED7A
Text Example
Text Example
White with #C9ED7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ED7A; }
p { color: rgb(201,237,122); }
H1.HeaderClassName
{
color: #C9ED7A;
}
.AnyTagClassName
{
color: #C9ED7A;
}
</style>
background-color css
<style>
a { background-color: #C9ED7A; }
a { background-color: rgb(201,237,122); }
div.DivClassName
{
background-color: #C9ED7A;
}
.BgClassName
{
background-color: #C9ED7A;
}
</style>
border-color css
<style>
span { border-color: #C9ED7A; }
span { border-color: rgb(201,237,122); }
td.TdClassName
{
border-color: #C9ED7A;
}
.TagClassName
{
border-color: #C9ED7A;
}
</style>