Shades of Sulu #C9FF6A
Tints of Sulu #C9FF6A
RGB
CMYK
RGB Variations
Color information
#C9FF6A (or 0xC9FF6A) is known color: Sulu. HEX triplet: C9, FF and 6A. RGB value is (201,255,106). Sum of RGB (Red+Green+Blue) = 201+255+106=562 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.77% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 106 (41.80% from 255 or 18.86% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FF6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9FF6A is #360095. Grayscale: #DEDEDE. Windows color (decimal): -3539094 or 7012297. OLE color: 7012297.
HSL color Cylindrical-coordinate representation of color #C9FF6A: hue angle of 81.74º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C9FF6A is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 255 | 106 | - |
| CMYK | 0.21 | 0 | 0.58 | 0 |
| HSL | 81.74º | 1% | 0.71% | - |
| HSV(B) | 81.74º | 0.58% | 1% | - |
| XYZ | 62.45 | 84.98 | 26.75 | - |
| YUV | 221.87 | 62.61 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 255 | 106 | 0.21 | 0 | 0.58 | 0 | 81.74 | 1 | 0.71 |
| Hex | C9 | FF | 6A | 15 | 0 | 3A | 0 | 52 | 64 | 47 |
| Octal | 311 | 377 | 152 | 25 | 0 | 72 | 0 | 122 | 144 | 107 |
| Binary | 11001001 | 11111111 | 1101010 | 10101 | 0 | 111010 | 0 | 1010010 | 1100100 | 1000111 |
Color Harmonies of #C9FF6A
Complementary color
Monochromatic Colors of #C9FF6A
Black with #C9FF6A
Text Example
Text Example
White with #C9FF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FF6A; }
p { color: rgb(201,255,106); }
H1.HeaderClassName
{
color: #C9FF6A;
}
.AnyTagClassName
{
color: #C9FF6A;
}
</style>
background-color css
<style>
a { background-color: #C9FF6A; }
a { background-color: rgb(201,255,106); }
div.DivClassName
{
background-color: #C9FF6A;
}
.BgClassName
{
background-color: #C9FF6A;
}
</style>
border-color css
<style>
span { border-color: #C9FF6A; }
span { border-color: rgb(201,255,106); }
td.TdClassName
{
border-color: #C9FF6A;
}
.TagClassName
{
border-color: #C9FF6A;
}
</style>