Shades of Sulu #C9F27E
Tints of Sulu #C9F27E
RGB
CMYK
RGB Variations
Color information
#C9F27E (or 0xC9F27E) is known color: Sulu. HEX triplet: C9, F2 and 7E. RGB value is (201,242,126). Sum of RGB (Red+Green+Blue) = 201+242+126=569 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.33% from 569); Green value is 242 (94.92% from 255 or 42.53% from 569); Blue value is 126 (49.61% from 255 or 22.14% from 569); Max value from RGB is 242 - color contains mainly: green. Hex color #C9F27E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9F27E is #360D81. Grayscale: #D8D8D8. Windows color (decimal): -3542402 or 8319689. OLE color: 8319689.
HSL color Cylindrical-coordinate representation of color #C9F27E: hue angle of 81.21º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C9F27E is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 242 | 126 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.05 |
| HSL | 81.21º | 0.82% | 0.72% | - |
| HSV(B) | 81.21º | 0.48% | 0.95% | - |
| XYZ | 59.61 | 77.43 | 31.54 | - |
| YUV | 216.52 | 76.92 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 242 | 126 | 0.17 | 0 | 0.48 | 0.05 | 81.21 | 0.82 | 0.72 |
| Hex | C9 | F2 | 7E | 11 | 0 | 30 | 5 | 51 | 52 | 48 |
| Octal | 311 | 362 | 176 | 21 | 0 | 60 | 5 | 121 | 122 | 110 |
| Binary | 11001001 | 11110010 | 1111110 | 10001 | 0 | 110000 | 101 | 1010001 | 1010010 | 1001000 |
Color Harmonies of #C9F27E
Complementary color
Monochromatic Colors of #C9F27E
Black with #C9F27E
Text Example
Text Example
White with #C9F27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F27E; }
p { color: rgb(201,242,126); }
H1.HeaderClassName
{
color: #C9F27E;
}
.AnyTagClassName
{
color: #C9F27E;
}
</style>
background-color css
<style>
a { background-color: #C9F27E; }
a { background-color: rgb(201,242,126); }
div.DivClassName
{
background-color: #C9F27E;
}
.BgClassName
{
background-color: #C9F27E;
}
</style>
border-color css
<style>
span { border-color: #C9F27E; }
span { border-color: rgb(201,242,126); }
td.TdClassName
{
border-color: #C9F27E;
}
.TagClassName
{
border-color: #C9F27E;
}
</style>