Shades of Sulu #C9F26B
Tints of Sulu #C9F26B
RGB
CMYK
RGB Variations
Color information
#C9F26B (or 0xC9F26B) is known color: Sulu. HEX triplet: C9, F2 and 6B. RGB value is (201,242,107). Sum of RGB (Red+Green+Blue) = 201+242+107=550 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.55% from 550); Green value is 242 (94.92% from 255 or 44% from 550); Blue value is 107 (42.19% from 255 or 19.45% from 550); Max value from RGB is 242 - color contains mainly: green. Hex color #C9F26B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9F26B is #360D94. Grayscale: #D6D6D6. Windows color (decimal): -3542421 or 7074505. OLE color: 7074505.
HSL color Cylindrical-coordinate representation of color #C9F26B: hue angle of 78.22º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C9F26B is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 242 | 107 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.05 |
| HSL | 78.22º | 0.84% | 0.68% | - |
| HSV(B) | 78.22º | 0.56% | 0.95% | - |
| XYZ | 58.49 | 76.98 | 25.69 | - |
| YUV | 214.35 | 67.42 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 242 | 107 | 0.17 | 0 | 0.56 | 0.05 | 78.22 | 0.84 | 0.68 |
| Hex | C9 | F2 | 6B | 11 | 0 | 38 | 5 | 4E | 54 | 44 |
| Octal | 311 | 362 | 153 | 21 | 0 | 70 | 5 | 116 | 124 | 104 |
| Binary | 11001001 | 11110010 | 1101011 | 10001 | 0 | 111000 | 101 | 1001110 | 1010100 | 1000100 |
Color Harmonies of #C9F26B
Complementary color
Monochromatic Colors of #C9F26B
Black with #C9F26B
Text Example
Text Example
White with #C9F26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F26B; }
p { color: rgb(201,242,107); }
H1.HeaderClassName
{
color: #C9F26B;
}
.AnyTagClassName
{
color: #C9F26B;
}
</style>
background-color css
<style>
a { background-color: #C9F26B; }
a { background-color: rgb(201,242,107); }
div.DivClassName
{
background-color: #C9F26B;
}
.BgClassName
{
background-color: #C9F26B;
}
</style>
border-color css
<style>
span { border-color: #C9F26B; }
span { border-color: rgb(201,242,107); }
td.TdClassName
{
border-color: #C9F26B;
}
.TagClassName
{
border-color: #C9F26B;
}
</style>