Shades of Sulu #C9FF6D
Tints of Sulu #C9FF6D
RGB
CMYK
RGB Variations
Color information
#C9FF6D (or 0xC9FF6D) is known color: Sulu. HEX triplet: C9, FF and 6D. RGB value is (201,255,109). Sum of RGB (Red+Green+Blue) = 201+255+109=565 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.58% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 109 (42.97% from 255 or 19.29% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FF6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9FF6D is #360092. Grayscale: #DEDEDE. Windows color (decimal): -3539091 or 7208905. OLE color: 7208905.
HSL color Cylindrical-coordinate representation of color #C9FF6D: hue angle of 82.19º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C9FF6D is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 255 | 109 | - |
| CMYK | 0.21 | 0 | 0.57 | 0 |
| HSL | 82.19º | 1% | 0.71% | - |
| HSV(B) | 82.19º | 0.57% | 1% | - |
| XYZ | 62.61 | 85.04 | 27.58 | - |
| YUV | 222.21 | 64.11 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 255 | 109 | 0.21 | 0 | 0.57 | 0 | 82.19 | 1 | 0.71 |
| Hex | C9 | FF | 6D | 15 | 0 | 39 | 0 | 52 | 64 | 47 |
| Octal | 311 | 377 | 155 | 25 | 0 | 71 | 0 | 122 | 144 | 107 |
| Binary | 11001001 | 11111111 | 1101101 | 10101 | 0 | 111001 | 0 | 1010010 | 1100100 | 1000111 |
Color Harmonies of #C9FF6D
Complementary color
Monochromatic Colors of #C9FF6D
Black with #C9FF6D
Text Example
Text Example
White with #C9FF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FF6D; }
p { color: rgb(201,255,109); }
H1.HeaderClassName
{
color: #C9FF6D;
}
.AnyTagClassName
{
color: #C9FF6D;
}
</style>
background-color css
<style>
a { background-color: #C9FF6D; }
a { background-color: rgb(201,255,109); }
div.DivClassName
{
background-color: #C9FF6D;
}
.BgClassName
{
background-color: #C9FF6D;
}
</style>
border-color css
<style>
span { border-color: #C9FF6D; }
span { border-color: rgb(201,255,109); }
td.TdClassName
{
border-color: #C9FF6D;
}
.TagClassName
{
border-color: #C9FF6D;
}
</style>