Shades of Sulu #C9F67A
Tints of Sulu #C9F67A
RGB
CMYK
RGB Variations
Color information
#C9F67A (or 0xC9F67A) is known color: Sulu. HEX triplet: C9, F6 and 7A. RGB value is (201,246,122). Sum of RGB (Red+Green+Blue) = 201+246+122=569 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.33% from 569); Green value is 246 (96.48% from 255 or 43.23% from 569); Blue value is 122 (48.05% from 255 or 21.44% from 569); Max value from RGB is 246 - color contains mainly: green. Hex color #C9F67A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9F67A is #360985. Grayscale: #DADADA. Windows color (decimal): -3541382 or 8058569. OLE color: 8058569.
HSL color Cylindrical-coordinate representation of color #C9F67A: hue angle of 81.77º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C9F67A is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 246 | 122 | - |
| CMYK | 0.18 | 0 | 0.50 | 0.04 |
| HSL | 81.77º | 0.87% | 0.72% | - |
| HSV(B) | 81.77º | 0.5% | 0.96% | - |
| XYZ | 60.56 | 79.73 | 30.61 | - |
| YUV | 218.41 | 73.59 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 246 | 122 | 0.18 | 0 | 0.50 | 0.04 | 81.77 | 0.87 | 0.72 |
| Hex | C9 | F6 | 7A | 12 | 0 | 32 | 4 | 52 | 57 | 48 |
| Octal | 311 | 366 | 172 | 22 | 0 | 62 | 4 | 122 | 127 | 110 |
| Binary | 11001001 | 11110110 | 1111010 | 10010 | 0 | 110010 | 100 | 1010010 | 1010111 | 1001000 |
Color Harmonies of #C9F67A
Complementary color
Monochromatic Colors of #C9F67A
Black with #C9F67A
Text Example
Text Example
White with #C9F67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F67A; }
p { color: rgb(201,246,122); }
H1.HeaderClassName
{
color: #C9F67A;
}
.AnyTagClassName
{
color: #C9F67A;
}
</style>
background-color css
<style>
a { background-color: #C9F67A; }
a { background-color: rgb(201,246,122); }
div.DivClassName
{
background-color: #C9F67A;
}
.BgClassName
{
background-color: #C9F67A;
}
</style>
border-color css
<style>
span { border-color: #C9F67A; }
span { border-color: rgb(201,246,122); }
td.TdClassName
{
border-color: #C9F67A;
}
.TagClassName
{
border-color: #C9F67A;
}
</style>