Shades of Sulu #C9F26D
Tints of Sulu #C9F26D
RGB
CMYK
RGB Variations
Color information
#C9F26D (or 0xC9F26D) is known color: Sulu. HEX triplet: C9, F2 and 6D. RGB value is (201,242,109). Sum of RGB (Red+Green+Blue) = 201+242+109=552 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.41% from 552); Green value is 242 (94.92% from 255 or 43.84% from 552); Blue value is 109 (42.97% from 255 or 19.75% from 552); Max value from RGB is 242 - color contains mainly: green. Hex color #C9F26D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9F26D is #360D92. Grayscale: #D7D7D7. Windows color (decimal): -3542419 or 7205577. OLE color: 7205577.
HSL color Cylindrical-coordinate representation of color #C9F26D: hue angle of 78.5º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C9F26D is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 242 | 109 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.05 |
| HSL | 78.5º | 0.84% | 0.69% | - |
| HSV(B) | 78.5º | 0.55% | 0.95% | - |
| XYZ | 58.6 | 77.03 | 26.25 | - |
| YUV | 214.58 | 68.42 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 242 | 109 | 0.17 | 0 | 0.55 | 0.05 | 78.5 | 0.84 | 0.69 |
| Hex | C9 | F2 | 6D | 11 | 0 | 37 | 5 | 4E | 54 | 45 |
| Octal | 311 | 362 | 155 | 21 | 0 | 67 | 5 | 116 | 124 | 105 |
| Binary | 11001001 | 11110010 | 1101101 | 10001 | 0 | 110111 | 101 | 1001110 | 1010100 | 1000101 |
Color Harmonies of #C9F26D
Complementary color
Monochromatic Colors of #C9F26D
Black with #C9F26D
Text Example
Text Example
White with #C9F26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F26D; }
p { color: rgb(201,242,109); }
H1.HeaderClassName
{
color: #C9F26D;
}
.AnyTagClassName
{
color: #C9F26D;
}
</style>
background-color css
<style>
a { background-color: #C9F26D; }
a { background-color: rgb(201,242,109); }
div.DivClassName
{
background-color: #C9F26D;
}
.BgClassName
{
background-color: #C9F26D;
}
</style>
border-color css
<style>
span { border-color: #C9F26D; }
span { border-color: rgb(201,242,109); }
td.TdClassName
{
border-color: #C9F26D;
}
.TagClassName
{
border-color: #C9F26D;
}
</style>