Shades of Sulu #C0F26D
Tints of Sulu #C0F26D
RGB
CMYK
RGB Variations
Color information
#C0F26D (or 0xC0F26D) is known color: Sulu. HEX triplet: C0, F2 and 6D. RGB value is (192,242,109). Sum of RGB (Red+Green+Blue) = 192+242+109=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 242 (94.92% from 255 or 44.57% from 543); Blue value is 109 (42.97% from 255 or 20.07% from 543); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F26D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F26D is #3F0D92. Grayscale: #D4D4D4. Windows color (decimal): -4132243 or 7205568. OLE color: 7205568.
HSL color Cylindrical-coordinate representation of color #C0F26D: hue angle of 82.56º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0F26D is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 242 | 109 | - |
| CMYK | 0.21 | 0 | 0.55 | 0.05 |
| HSL | 82.56º | 0.84% | 0.69% | - |
| HSV(B) | 82.56º | 0.55% | 0.95% | - |
| XYZ | 56.25 | 75.81 | 26.14 | - |
| YUV | 211.89 | 69.94 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 242 | 109 | 0.21 | 0 | 0.55 | 0.05 | 82.56 | 0.84 | 0.69 |
| Hex | C0 | F2 | 6D | 15 | 0 | 37 | 5 | 53 | 54 | 45 |
| Octal | 300 | 362 | 155 | 25 | 0 | 67 | 5 | 123 | 124 | 105 |
| Binary | 11000000 | 11110010 | 1101101 | 10101 | 0 | 110111 | 101 | 1010011 | 1010100 | 1000101 |
Color Harmonies of #C0F26D
Complementary color
Monochromatic Colors of #C0F26D
Black with #C0F26D
Text Example
Text Example
White with #C0F26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F26D; }
p { color: rgb(192,242,109); }
H1.HeaderClassName
{
color: #C0F26D;
}
.AnyTagClassName
{
color: #C0F26D;
}
</style>
background-color css
<style>
a { background-color: #C0F26D; }
a { background-color: rgb(192,242,109); }
div.DivClassName
{
background-color: #C0F26D;
}
.BgClassName
{
background-color: #C0F26D;
}
</style>
border-color css
<style>
span { border-color: #C0F26D; }
span { border-color: rgb(192,242,109); }
td.TdClassName
{
border-color: #C0F26D;
}
.TagClassName
{
border-color: #C0F26D;
}
</style>