Shades of Sulu #C9FE6F
Tints of Sulu #C9FE6F
RGB
CMYK
RGB Variations
Color information
#C9FE6F (or 0xC9FE6F) is known color: Sulu. HEX triplet: C9, FE and 6F. RGB value is (201,254,111). Sum of RGB (Red+Green+Blue) = 201+254+111=566 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.51% from 566); Green value is 254 (99.61% from 255 or 44.88% from 566); Blue value is 111 (43.75% from 255 or 19.61% from 566); Max value from RGB is 254 - color contains mainly: green. Hex color #C9FE6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9FE6F is #360190. Grayscale: #DEDEDE. Windows color (decimal): -3539345 or 7339721. OLE color: 7339721.
HSL color Cylindrical-coordinate representation of color #C9FE6F: hue angle of 82.24º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C9FE6F is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 254 | 111 | - |
| CMYK | 0.21 | 0 | 0.56 | 0.00 |
| HSL | 82.24º | 0.99% | 0.72% | - |
| HSV(B) | 82.24º | 0.56% | 1% | - |
| XYZ | 62.4 | 84.45 | 28.05 | - |
| YUV | 221.85 | 65.44 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 254 | 111 | 0.21 | 0 | 0.56 | 0.00 | 82.24 | 0.99 | 0.72 |
| Hex | C9 | FE | 6F | 15 | 0 | 38 | 0 | 52 | 63 | 48 |
| Octal | 311 | 376 | 157 | 25 | 0 | 70 | 0 | 122 | 143 | 110 |
| Binary | 11001001 | 11111110 | 1101111 | 10101 | 0 | 111000 | 0 | 1010010 | 1100011 | 1001000 |
Color Harmonies of #C9FE6F
Complementary color
Monochromatic Colors of #C9FE6F
Black with #C9FE6F
Text Example
Text Example
White with #C9FE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FE6F; }
p { color: rgb(201,254,111); }
H1.HeaderClassName
{
color: #C9FE6F;
}
.AnyTagClassName
{
color: #C9FE6F;
}
</style>
background-color css
<style>
a { background-color: #C9FE6F; }
a { background-color: rgb(201,254,111); }
div.DivClassName
{
background-color: #C9FE6F;
}
.BgClassName
{
background-color: #C9FE6F;
}
</style>
border-color css
<style>
span { border-color: #C9FE6F; }
span { border-color: rgb(201,254,111); }
td.TdClassName
{
border-color: #C9FE6F;
}
.TagClassName
{
border-color: #C9FE6F;
}
</style>