Shades of Sulu #C9EB6F
Tints of Sulu #C9EB6F
RGB
CMYK
RGB Variations
Color information
#C9EB6F (or 0xC9EB6F) is known color: Sulu. HEX triplet: C9, EB and 6F. RGB value is (201,235,111). Sum of RGB (Red+Green+Blue) = 201+235+111=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 235 (92.19% from 255 or 42.96% from 547); Blue value is 111 (43.75% from 255 or 20.29% from 547); Max value from RGB is 235 - color contains mainly: green. Hex color #C9EB6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9EB6F is #361490. Grayscale: #D3D3D3. Windows color (decimal): -3544209 or 7334857. OLE color: 7334857.
HSL color Cylindrical-coordinate representation of color #C9EB6F: hue angle of 76.45º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C9EB6F is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
RGB | 201 | 235 | 111 | - |
CMYK | 0.14 | 0 | 0.53 | 0.08 |
HSL | 76.45º | 0.76% | 0.68% | - |
HSV(B) | 76.45º | 0.53% | 0.92% | - |
XYZ | 56.66 | 72.98 | 26.14 | - |
YUV | 210.7 | 71.74 | 121.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 235 | 111 | 0.14 | 0 | 0.53 | 0.08 | 76.45 | 0.76 | 0.68 |
Hex | C9 | EB | 6F | E | 0 | 35 | 8 | 4C | 4C | 44 |
Octal | 311 | 353 | 157 | 16 | 0 | 65 | 10 | 114 | 114 | 104 |
Binary | 11001001 | 11101011 | 1101111 | 1110 | 0 | 110101 | 1000 | 1001100 | 1001100 | 1000100 |
Color Harmonies of #C9EB6F
Complementary color
Monochromatic Colors of #C9EB6F
Black with #C9EB6F
Text Example
Text Example
White with #C9EB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EB6F; }
p { color: rgb(201,235,111); }
H1.HeaderClassName
{
color: #C9EB6F;
}
.AnyTagClassName
{
color: #C9EB6F;
}
</style>
background-color css
<style>
a { background-color: #C9EB6F; }
a { background-color: rgb(201,235,111); }
div.DivClassName
{
background-color: #C9EB6F;
}
.BgClassName
{
background-color: #C9EB6F;
}
</style>
border-color css
<style>
span { border-color: #C9EB6F; }
span { border-color: rgb(201,235,111); }
td.TdClassName
{
border-color: #C9EB6F;
}
.TagClassName
{
border-color: #C9EB6F;
}
</style>