Shades of Sulu #C9E28A
Tints of Sulu #C9E28A
RGB
CMYK
RGB Variations
Color information
#C9E28A (or 0xC9E28A) is known color: Sulu. HEX triplet: C9, E2 and 8A. RGB value is (201,226,138). Sum of RGB (Red+Green+Blue) = 201+226+138=565 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.58% from 565); Green value is 226 (88.67% from 255 or 40% from 565); Blue value is 138 (54.30% from 255 or 24.42% from 565); Max value from RGB is 226 - color contains mainly: green. Hex color #C9E28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9E28A is #361D75. Grayscale: #D0D0D0. Windows color (decimal): -3546486 or 9102025. OLE color: 9102025.
HSL color Cylindrical-coordinate representation of color #C9E28A: hue angle of 77.05º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C9E28A is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 201 | 226 | 138 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.11 |
| HSL | 77.05º | 0.6% | 0.71% | - |
| HSV(B) | 77.05º | 0.39% | 0.89% | - |
| XYZ | 55.87 | 68.65 | 34.35 | - |
| YUV | 208.49 | 88.22 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 226 | 138 | 0.11 | 0 | 0.39 | 0.11 | 77.05 | 0.6 | 0.71 |
| Hex | C9 | E2 | 8A | B | 0 | 27 | B | 4D | 3C | 47 |
| Octal | 311 | 342 | 212 | 13 | 0 | 47 | 13 | 115 | 74 | 107 |
| Binary | 11001001 | 11100010 | 10001010 | 1011 | 0 | 100111 | 1011 | 1001101 | 111100 | 1000111 |
Color Harmonies of #C9E28A
Complementary color
Monochromatic Colors of #C9E28A
Black with #C9E28A
Text Example
Text Example
White with #C9E28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E28A; }
p { color: rgb(201,226,138); }
H1.HeaderClassName
{
color: #C9E28A;
}
.AnyTagClassName
{
color: #C9E28A;
}
</style>
background-color css
<style>
a { background-color: #C9E28A; }
a { background-color: rgb(201,226,138); }
div.DivClassName
{
background-color: #C9E28A;
}
.BgClassName
{
background-color: #C9E28A;
}
</style>
border-color css
<style>
span { border-color: #C9E28A; }
span { border-color: rgb(201,226,138); }
td.TdClassName
{
border-color: #C9E28A;
}
.TagClassName
{
border-color: #C9E28A;
}
</style>