Shades of Sulu #C9FF7C
Tints of Sulu #C9FF7C
RGB
CMYK
RGB Variations
Color information
#C9FF7C (or 0xC9FF7C) is known color: Sulu. HEX triplet: C9, FF and 7C. RGB value is (201,255,124). Sum of RGB (Red+Green+Blue) = 201+255+124=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 255 (100% from 255 or 43.97% from 580); Blue value is 124 (48.83% from 255 or 21.38% from 580); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FF7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9FF7C is #360083. Grayscale: #E0E0E0. Windows color (decimal): -3539076 or 8191945. OLE color: 8191945.
HSL color Cylindrical-coordinate representation of color #C9FF7C: hue angle of 84.73º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C9FF7C is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 255 | 124 | - |
| CMYK | 0.21 | 0 | 0.51 | 0 |
| HSL | 84.73º | 1% | 0.74% | - |
| HSV(B) | 84.73º | 0.51% | 1% | - |
| XYZ | 63.49 | 85.39 | 32.21 | - |
| YUV | 223.92 | 71.61 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 255 | 124 | 0.21 | 0 | 0.51 | 0 | 84.73 | 1 | 0.74 |
| Hex | C9 | FF | 7C | 15 | 0 | 33 | 0 | 55 | 64 | 4A |
| Octal | 311 | 377 | 174 | 25 | 0 | 63 | 0 | 125 | 144 | 112 |
| Binary | 11001001 | 11111111 | 1111100 | 10101 | 0 | 110011 | 0 | 1010101 | 1100100 | 1001010 |
Color Harmonies of #C9FF7C
Complementary color
Monochromatic Colors of #C9FF7C
Black with #C9FF7C
Text Example
Text Example
White with #C9FF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FF7C; }
p { color: rgb(201,255,124); }
H1.HeaderClassName
{
color: #C9FF7C;
}
.AnyTagClassName
{
color: #C9FF7C;
}
</style>
background-color css
<style>
a { background-color: #C9FF7C; }
a { background-color: rgb(201,255,124); }
div.DivClassName
{
background-color: #C9FF7C;
}
.BgClassName
{
background-color: #C9FF7C;
}
</style>
border-color css
<style>
span { border-color: #C9FF7C; }
span { border-color: rgb(201,255,124); }
td.TdClassName
{
border-color: #C9FF7C;
}
.TagClassName
{
border-color: #C9FF7C;
}
</style>