Shades of Sulu #C0F26C
Tints of Sulu #C0F26C
RGB
CMYK
RGB Variations
Color information
#C0F26C (or 0xC0F26C) is known color: Sulu. HEX triplet: C0, F2 and 6C. RGB value is (192,242,108). Sum of RGB (Red+Green+Blue) = 192+242+108=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 242 (94.92% from 255 or 44.65% from 542); Blue value is 108 (42.58% from 255 or 19.93% from 542); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F26C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F26C is #3F0D93. Grayscale: #D4D4D4. Windows color (decimal): -4132244 or 7140032. OLE color: 7140032.
HSL color Cylindrical-coordinate representation of color #C0F26C: hue angle of 82.39º 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 #C0F26C is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 242 | 108 | - |
| CMYK | 0.21 | 0 | 0.55 | 0.05 |
| HSL | 82.39º | 0.84% | 0.69% | - |
| HSV(B) | 82.39º | 0.55% | 0.95% | - |
| XYZ | 56.2 | 75.79 | 25.86 | - |
| YUV | 211.77 | 69.44 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 242 | 108 | 0.21 | 0 | 0.55 | 0.05 | 82.39 | 0.84 | 0.69 |
| Hex | C0 | F2 | 6C | 15 | 0 | 37 | 5 | 52 | 54 | 45 |
| Octal | 300 | 362 | 154 | 25 | 0 | 67 | 5 | 122 | 124 | 105 |
| Binary | 11000000 | 11110010 | 1101100 | 10101 | 0 | 110111 | 101 | 1010010 | 1010100 | 1000101 |
Color Harmonies of #C0F26C
Complementary color
Monochromatic Colors of #C0F26C
Black with #C0F26C
Text Example
Text Example
White with #C0F26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F26C; }
p { color: rgb(192,242,108); }
H1.HeaderClassName
{
color: #C0F26C;
}
.AnyTagClassName
{
color: #C0F26C;
}
</style>
background-color css
<style>
a { background-color: #C0F26C; }
a { background-color: rgb(192,242,108); }
div.DivClassName
{
background-color: #C0F26C;
}
.BgClassName
{
background-color: #C0F26C;
}
</style>
border-color css
<style>
span { border-color: #C0F26C; }
span { border-color: rgb(192,242,108); }
td.TdClassName
{
border-color: #C0F26C;
}
.TagClassName
{
border-color: #C0F26C;
}
</style>