Shades of Sulu #C9FE74
Tints of Sulu #C9FE74
RGB
CMYK
RGB Variations
Color information
#C9FE74 (or 0xC9FE74) is known color: Sulu. HEX triplet: C9, FE and 74. RGB value is (201,254,116). Sum of RGB (Red+Green+Blue) = 201+254+116=571 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.20% from 571); Green value is 254 (99.61% from 255 or 44.48% from 571); Blue value is 116 (45.70% from 255 or 20.32% from 571); Max value from RGB is 254 - color contains mainly: green. Hex color #C9FE74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9FE74 is #36018B. Grayscale: #DEDEDE. Windows color (decimal): -3539340 or 7667401. OLE color: 7667401.
HSL color Cylindrical-coordinate representation of color #C9FE74: hue angle of 83.04º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C9FE74 is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 254 | 116 | - |
| CMYK | 0.21 | 0 | 0.54 | 0.00 |
| HSL | 83.04º | 0.99% | 0.73% | - |
| HSV(B) | 83.04º | 0.54% | 1% | - |
| XYZ | 62.68 | 84.56 | 29.54 | - |
| YUV | 222.42 | 67.94 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 254 | 116 | 0.21 | 0 | 0.54 | 0.00 | 83.04 | 0.99 | 0.73 |
| Hex | C9 | FE | 74 | 15 | 0 | 36 | 0 | 53 | 63 | 49 |
| Octal | 311 | 376 | 164 | 25 | 0 | 66 | 0 | 123 | 143 | 111 |
| Binary | 11001001 | 11111110 | 1110100 | 10101 | 0 | 110110 | 0 | 1010011 | 1100011 | 1001001 |
Color Harmonies of #C9FE74
Complementary color
Monochromatic Colors of #C9FE74
Black with #C9FE74
Text Example
Text Example
White with #C9FE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FE74; }
p { color: rgb(201,254,116); }
H1.HeaderClassName
{
color: #C9FE74;
}
.AnyTagClassName
{
color: #C9FE74;
}
</style>
background-color css
<style>
a { background-color: #C9FE74; }
a { background-color: rgb(201,254,116); }
div.DivClassName
{
background-color: #C9FE74;
}
.BgClassName
{
background-color: #C9FE74;
}
</style>
border-color css
<style>
span { border-color: #C9FE74; }
span { border-color: rgb(201,254,116); }
td.TdClassName
{
border-color: #C9FE74;
}
.TagClassName
{
border-color: #C9FE74;
}
</style>