Shades of Sulu #C9F26C
Tints of Sulu #C9F26C
RGB
CMYK
RGB Variations
Color information
#C9F26C (or 0xC9F26C) is known color: Sulu. HEX triplet: C9, F2 and 6C. RGB value is (201,242,108). Sum of RGB (Red+Green+Blue) = 201+242+108=551 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.48% from 551); Green value is 242 (94.92% from 255 or 43.92% from 551); Blue value is 108 (42.58% from 255 or 19.60% from 551); Max value from RGB is 242 - color contains mainly: green. Hex color #C9F26C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9F26C is #360D93. Grayscale: #D6D6D6. Windows color (decimal): -3542420 or 7140041. OLE color: 7140041.
HSL color Cylindrical-coordinate representation of color #C9F26C: hue angle of 78.36º 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 #C9F26C is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 242 | 108 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.05 |
| HSL | 78.36º | 0.84% | 0.69% | - |
| HSV(B) | 78.36º | 0.55% | 0.95% | - |
| XYZ | 58.55 | 77 | 25.96 | - |
| YUV | 214.47 | 67.92 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 242 | 108 | 0.17 | 0 | 0.55 | 0.05 | 78.36 | 0.84 | 0.69 |
| Hex | C9 | F2 | 6C | 11 | 0 | 37 | 5 | 4E | 54 | 45 |
| Octal | 311 | 362 | 154 | 21 | 0 | 67 | 5 | 116 | 124 | 105 |
| Binary | 11001001 | 11110010 | 1101100 | 10001 | 0 | 110111 | 101 | 1001110 | 1010100 | 1000101 |
Color Harmonies of #C9F26C
Complementary color
Monochromatic Colors of #C9F26C
Black with #C9F26C
Text Example
Text Example
White with #C9F26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F26C; }
p { color: rgb(201,242,108); }
H1.HeaderClassName
{
color: #C9F26C;
}
.AnyTagClassName
{
color: #C9F26C;
}
</style>
background-color css
<style>
a { background-color: #C9F26C; }
a { background-color: rgb(201,242,108); }
div.DivClassName
{
background-color: #C9F26C;
}
.BgClassName
{
background-color: #C9F26C;
}
</style>
border-color css
<style>
span { border-color: #C9F26C; }
span { border-color: rgb(201,242,108); }
td.TdClassName
{
border-color: #C9F26C;
}
.TagClassName
{
border-color: #C9F26C;
}
</style>