Shades of Sulu #C9F38B
Tints of Sulu #C9F38B
RGB
CMYK
RGB Variations
Color information
#C9F38B (or 0xC9F38B) is known color: Sulu. HEX triplet: C9, F3 and 8B. RGB value is (201,243,139). Sum of RGB (Red+Green+Blue) = 201+243+139=583 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.48% from 583); Green value is 243 (95.31% from 255 or 41.68% from 583); Blue value is 139 (54.69% from 255 or 23.84% from 583); Max value from RGB is 243 - color contains mainly: green. Hex color #C9F38B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9F38B is #360C74. Grayscale: #DADADA. Windows color (decimal): -3542133 or 9171913. OLE color: 9171913.
HSL color Cylindrical-coordinate representation of color #C9F38B: hue angle of 84.23º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C9F38B is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 243 | 139 | - |
| CMYK | 0.17 | 0 | 0.43 | 0.05 |
| HSL | 84.23º | 0.81% | 0.75% | - |
| HSV(B) | 84.23º | 0.43% | 0.95% | - |
| XYZ | 60.8 | 78.38 | 36.35 | - |
| YUV | 218.59 | 83.09 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 243 | 139 | 0.17 | 0 | 0.43 | 0.05 | 84.23 | 0.81 | 0.75 |
| Hex | C9 | F3 | 8B | 11 | 0 | 2B | 5 | 54 | 51 | 4B |
| Octal | 311 | 363 | 213 | 21 | 0 | 53 | 5 | 124 | 121 | 113 |
| Binary | 11001001 | 11110011 | 10001011 | 10001 | 0 | 101011 | 101 | 1010100 | 1010001 | 1001011 |
Color Harmonies of #C9F38B
Complementary color
Monochromatic Colors of #C9F38B
Black with #C9F38B
Text Example
Text Example
White with #C9F38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F38B; }
p { color: rgb(201,243,139); }
H1.HeaderClassName
{
color: #C9F38B;
}
.AnyTagClassName
{
color: #C9F38B;
}
</style>
background-color css
<style>
a { background-color: #C9F38B; }
a { background-color: rgb(201,243,139); }
div.DivClassName
{
background-color: #C9F38B;
}
.BgClassName
{
background-color: #C9F38B;
}
</style>
border-color css
<style>
span { border-color: #C9F38B; }
span { border-color: rgb(201,243,139); }
td.TdClassName
{
border-color: #C9F38B;
}
.TagClassName
{
border-color: #C9F38B;
}
</style>