Shades of Sulu #C9FF71
Tints of Sulu #C9FF71
RGB
CMYK
RGB Variations
Color information
#C9FF71 (or 0xC9FF71) is known color: Sulu. HEX triplet: C9, FF and 71. RGB value is (201,255,113). Sum of RGB (Red+Green+Blue) = 201+255+113=569 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.33% from 569); Green value is 255 (100% from 255 or 44.82% from 569); Blue value is 113 (44.53% from 255 or 19.86% from 569); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FF71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9FF71 is #36008E. Grayscale: #DFDFDF. Windows color (decimal): -3539087 or 7471049. OLE color: 7471049.
HSL color Cylindrical-coordinate representation of color #C9FF71: hue angle of 82.82º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C9FF71 is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 255 | 113 | - |
| CMYK | 0.21 | 0 | 0.56 | 0 |
| HSL | 82.82º | 1% | 0.72% | - |
| HSV(B) | 82.82º | 0.56% | 1% | - |
| XYZ | 62.83 | 85.13 | 28.74 | - |
| YUV | 222.67 | 66.11 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 255 | 113 | 0.21 | 0 | 0.56 | 0 | 82.82 | 1 | 0.72 |
| Hex | C9 | FF | 71 | 15 | 0 | 38 | 0 | 53 | 64 | 48 |
| Octal | 311 | 377 | 161 | 25 | 0 | 70 | 0 | 123 | 144 | 110 |
| Binary | 11001001 | 11111111 | 1110001 | 10101 | 0 | 111000 | 0 | 1010011 | 1100100 | 1001000 |
Color Harmonies of #C9FF71
Complementary color
Monochromatic Colors of #C9FF71
Black with #C9FF71
Text Example
Text Example
White with #C9FF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FF71; }
p { color: rgb(201,255,113); }
H1.HeaderClassName
{
color: #C9FF71;
}
.AnyTagClassName
{
color: #C9FF71;
}
</style>
background-color css
<style>
a { background-color: #C9FF71; }
a { background-color: rgb(201,255,113); }
div.DivClassName
{
background-color: #C9FF71;
}
.BgClassName
{
background-color: #C9FF71;
}
</style>
border-color css
<style>
span { border-color: #C9FF71; }
span { border-color: rgb(201,255,113); }
td.TdClassName
{
border-color: #C9FF71;
}
.TagClassName
{
border-color: #C9FF71;
}
</style>