Shades of Sulu #C0F26B
Tints of Sulu #C0F26B
RGB
CMYK
RGB Variations
Color information
#C0F26B (or 0xC0F26B) is known color: Sulu. HEX triplet: C0, F2 and 6B. RGB value is (192,242,107). Sum of RGB (Red+Green+Blue) = 192+242+107=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 242 (94.92% from 255 or 44.73% from 541); Blue value is 107 (42.19% from 255 or 19.78% from 541); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F26B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F26B is #3F0D94. Grayscale: #D4D4D4. Windows color (decimal): -4132245 or 7074496. OLE color: 7074496.
HSL color Cylindrical-coordinate representation of color #C0F26B: hue angle of 82.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 #C0F26B is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 242 | 107 | - |
| CMYK | 0.21 | 0 | 0.56 | 0.05 |
| HSL | 82.22º | 0.84% | 0.68% | - |
| HSV(B) | 82.22º | 0.56% | 0.95% | - |
| XYZ | 56.14 | 75.77 | 25.58 | - |
| YUV | 211.66 | 68.94 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 242 | 107 | 0.21 | 0 | 0.56 | 0.05 | 82.22 | 0.84 | 0.68 |
| Hex | C0 | F2 | 6B | 15 | 0 | 38 | 5 | 52 | 54 | 44 |
| Octal | 300 | 362 | 153 | 25 | 0 | 70 | 5 | 122 | 124 | 104 |
| Binary | 11000000 | 11110010 | 1101011 | 10101 | 0 | 111000 | 101 | 1010010 | 1010100 | 1000100 |
Color Harmonies of #C0F26B
Complementary color
Monochromatic Colors of #C0F26B
Black with #C0F26B
Text Example
Text Example
White with #C0F26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F26B; }
p { color: rgb(192,242,107); }
H1.HeaderClassName
{
color: #C0F26B;
}
.AnyTagClassName
{
color: #C0F26B;
}
</style>
background-color css
<style>
a { background-color: #C0F26B; }
a { background-color: rgb(192,242,107); }
div.DivClassName
{
background-color: #C0F26B;
}
.BgClassName
{
background-color: #C0F26B;
}
</style>
border-color css
<style>
span { border-color: #C0F26B; }
span { border-color: rgb(192,242,107); }
td.TdClassName
{
border-color: #C0F26B;
}
.TagClassName
{
border-color: #C0F26B;
}
</style>