Shades of Sulu #C9F28B
Tints of Sulu #C9F28B
RGB
CMYK
RGB Variations
Color information
#C9F28B (or 0xC9F28B) is known color: Sulu. HEX triplet: C9, F2 and 8B. RGB value is (201,242,139). Sum of RGB (Red+Green+Blue) = 201+242+139=582 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.54% from 582); Green value is 242 (94.92% from 255 or 41.58% from 582); Blue value is 139 (54.69% from 255 or 23.88% from 582); Max value from RGB is 242 - color contains mainly: green. Hex color #C9F28B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9F28B is #360D74. Grayscale: #DADADA. Windows color (decimal): -3542389 or 9171657. OLE color: 9171657.
HSL color Cylindrical-coordinate representation of color #C9F28B: hue angle of 83.88º degrees, saturation: 0.8, 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 #C9F28B is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 242 | 139 | - |
| CMYK | 0.17 | 0 | 0.43 | 0.05 |
| HSL | 83.88º | 0.8% | 0.75% | - |
| HSV(B) | 83.88º | 0.43% | 0.95% | - |
| XYZ | 60.5 | 77.79 | 36.25 | - |
| YUV | 218 | 83.42 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 242 | 139 | 0.17 | 0 | 0.43 | 0.05 | 83.88 | 0.8 | 0.75 |
| Hex | C9 | F2 | 8B | 11 | 0 | 2B | 5 | 54 | 50 | 4B |
| Octal | 311 | 362 | 213 | 21 | 0 | 53 | 5 | 124 | 120 | 113 |
| Binary | 11001001 | 11110010 | 10001011 | 10001 | 0 | 101011 | 101 | 1010100 | 1010000 | 1001011 |
Color Harmonies of #C9F28B
Complementary color
Monochromatic Colors of #C9F28B
Black with #C9F28B
Text Example
Text Example
White with #C9F28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F28B; }
p { color: rgb(201,242,139); }
H1.HeaderClassName
{
color: #C9F28B;
}
.AnyTagClassName
{
color: #C9F28B;
}
</style>
background-color css
<style>
a { background-color: #C9F28B; }
a { background-color: rgb(201,242,139); }
div.DivClassName
{
background-color: #C9F28B;
}
.BgClassName
{
background-color: #C9F28B;
}
</style>
border-color css
<style>
span { border-color: #C9F28B; }
span { border-color: rgb(201,242,139); }
td.TdClassName
{
border-color: #C9F28B;
}
.TagClassName
{
border-color: #C9F28B;
}
</style>