Shades of Sulu #C0F268
Tints of Sulu #C0F268
RGB
CMYK
RGB Variations
Color information
#C0F268 (or 0xC0F268) is known color: Sulu. HEX triplet: C0, F2 and 68. RGB value is (192,242,104). Sum of RGB (Red+Green+Blue) = 192+242+104=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 242 (94.92% from 255 or 44.98% from 538); Blue value is 104 (41.02% from 255 or 19.33% from 538); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F268 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F268 is #3F0D97. Grayscale: #D3D3D3. Windows color (decimal): -4132248 or 6877888. OLE color: 6877888.
HSL color Cylindrical-coordinate representation of color #C0F268: hue angle of 81.74º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C0F268 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 242 | 104 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.05 |
| HSL | 81.74º | 0.84% | 0.68% | - |
| HSV(B) | 81.74º | 0.57% | 0.95% | - |
| XYZ | 55.99 | 75.71 | 24.76 | - |
| YUV | 211.32 | 67.44 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 242 | 104 | 0.21 | 0 | 0.57 | 0.05 | 81.74 | 0.84 | 0.68 |
| Hex | C0 | F2 | 68 | 15 | 0 | 39 | 5 | 52 | 54 | 44 |
| Octal | 300 | 362 | 150 | 25 | 0 | 71 | 5 | 122 | 124 | 104 |
| Binary | 11000000 | 11110010 | 1101000 | 10101 | 0 | 111001 | 101 | 1010010 | 1010100 | 1000100 |
Color Harmonies of #C0F268
Complementary color
Monochromatic Colors of #C0F268
Black with #C0F268
Text Example
Text Example
White with #C0F268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F268; }
p { color: rgb(192,242,104); }
H1.HeaderClassName
{
color: #C0F268;
}
.AnyTagClassName
{
color: #C0F268;
}
</style>
background-color css
<style>
a { background-color: #C0F268; }
a { background-color: rgb(192,242,104); }
div.DivClassName
{
background-color: #C0F268;
}
.BgClassName
{
background-color: #C0F268;
}
</style>
border-color css
<style>
span { border-color: #C0F268; }
span { border-color: rgb(192,242,104); }
td.TdClassName
{
border-color: #C0F268;
}
.TagClassName
{
border-color: #C0F268;
}
</style>