Shades of Sulu #C0F368
Tints of Sulu #C0F368
RGB
CMYK
RGB Variations
Color information
#C0F368 (or 0xC0F368) is known color: Sulu. HEX triplet: C0, F3 and 68. RGB value is (192,243,104). Sum of RGB (Red+Green+Blue) = 192+243+104=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 243 (95.31% from 255 or 45.08% from 539); Blue value is 104 (41.02% from 255 or 19.29% from 539); Max value from RGB is 243 - color contains mainly: green. Hex color #C0F368 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F368 is #3F0C97. Grayscale: #D4D4D4. Windows color (decimal): -4131992 or 6878144. OLE color: 6878144.
HSL color Cylindrical-coordinate representation of color #C0F368: hue angle of 82.01º degrees, saturation: 0.85, 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 #C0F368 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 243 | 104 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.05 |
| HSL | 82.01º | 0.85% | 0.68% | - |
| HSV(B) | 82.01º | 0.57% | 0.95% | - |
| XYZ | 56.29 | 76.31 | 24.86 | - |
| YUV | 211.91 | 67.1 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 243 | 104 | 0.21 | 0 | 0.57 | 0.05 | 82.01 | 0.85 | 0.68 |
| Hex | C0 | F3 | 68 | 15 | 0 | 39 | 5 | 52 | 55 | 44 |
| Octal | 300 | 363 | 150 | 25 | 0 | 71 | 5 | 122 | 125 | 104 |
| Binary | 11000000 | 11110011 | 1101000 | 10101 | 0 | 111001 | 101 | 1010010 | 1010101 | 1000100 |
Color Harmonies of #C0F368
Complementary color
Monochromatic Colors of #C0F368
Black with #C0F368
Text Example
Text Example
White with #C0F368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F368; }
p { color: rgb(192,243,104); }
H1.HeaderClassName
{
color: #C0F368;
}
.AnyTagClassName
{
color: #C0F368;
}
</style>
background-color css
<style>
a { background-color: #C0F368; }
a { background-color: rgb(192,243,104); }
div.DivClassName
{
background-color: #C0F368;
}
.BgClassName
{
background-color: #C0F368;
}
</style>
border-color css
<style>
span { border-color: #C0F368; }
span { border-color: rgb(192,243,104); }
td.TdClassName
{
border-color: #C0F368;
}
.TagClassName
{
border-color: #C0F368;
}
</style>