Shades of Sulu #C9F86B
Tints of Sulu #C9F86B
RGB
CMYK
RGB Variations
Color information
#C9F86B (or 0xC9F86B) is known color: Sulu. HEX triplet: C9, F8 and 6B. RGB value is (201,248,107). Sum of RGB (Red+Green+Blue) = 201+248+107=556 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.15% from 556); Green value is 248 (97.27% from 255 or 44.60% from 556); Blue value is 107 (42.19% from 255 or 19.24% from 556); Max value from RGB is 248 - color contains mainly: green. Hex color #C9F86B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9F86B is #360794. Grayscale: #DADADA. Windows color (decimal): -3540885 or 7076041. OLE color: 7076041.
HSL color Cylindrical-coordinate representation of color #C9F86B: hue angle of 80º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C9F86B is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 248 | 107 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.03 |
| HSL | 80º | 0.91% | 0.7% | - |
| HSV(B) | 80º | 0.57% | 0.97% | - |
| XYZ | 60.31 | 80.61 | 26.29 | - |
| YUV | 217.87 | 65.43 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 248 | 107 | 0.19 | 0 | 0.57 | 0.03 | 80 | 0.91 | 0.7 |
| Hex | C9 | F8 | 6B | 13 | 0 | 39 | 3 | 50 | 5B | 46 |
| Octal | 311 | 370 | 153 | 23 | 0 | 71 | 3 | 120 | 133 | 106 |
| Binary | 11001001 | 11111000 | 1101011 | 10011 | 0 | 111001 | 11 | 1010000 | 1011011 | 1000110 |
Color Harmonies of #C9F86B
Complementary color
Monochromatic Colors of #C9F86B
Black with #C9F86B
Text Example
Text Example
White with #C9F86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F86B; }
p { color: rgb(201,248,107); }
H1.HeaderClassName
{
color: #C9F86B;
}
.AnyTagClassName
{
color: #C9F86B;
}
</style>
background-color css
<style>
a { background-color: #C9F86B; }
a { background-color: rgb(201,248,107); }
div.DivClassName
{
background-color: #C9F86B;
}
.BgClassName
{
background-color: #C9F86B;
}
</style>
border-color css
<style>
span { border-color: #C9F86B; }
span { border-color: rgb(201,248,107); }
td.TdClassName
{
border-color: #C9F86B;
}
.TagClassName
{
border-color: #C9F86B;
}
</style>