Shades of Sulu #C0F378
Tints of Sulu #C0F378
RGB
CMYK
RGB Variations
Color information
#C0F378 (or 0xC0F378) is known color: Sulu. HEX triplet: C0, F3 and 78. RGB value is (192,243,120). Sum of RGB (Red+Green+Blue) = 192+243+120=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 243 (95.31% from 255 or 43.78% from 555); Blue value is 120 (47.27% from 255 or 21.62% from 555); Max value from RGB is 243 - color contains mainly: green. Hex color #C0F378 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F378 is #3F0C87. Grayscale: #D6D6D6. Windows color (decimal): -4131976 or 7926720. OLE color: 7926720.
HSL color Cylindrical-coordinate representation of color #C0F378: hue angle of 84.88º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0F378 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 243 | 120 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.05 |
| HSL | 84.88º | 0.84% | 0.71% | - |
| HSV(B) | 84.88º | 0.51% | 0.95% | - |
| XYZ | 57.18 | 76.66 | 29.55 | - |
| YUV | 213.73 | 75.1 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 243 | 120 | 0.21 | 0 | 0.51 | 0.05 | 84.88 | 0.84 | 0.71 |
| Hex | C0 | F3 | 78 | 15 | 0 | 33 | 5 | 55 | 54 | 47 |
| Octal | 300 | 363 | 170 | 25 | 0 | 63 | 5 | 125 | 124 | 107 |
| Binary | 11000000 | 11110011 | 1111000 | 10101 | 0 | 110011 | 101 | 1010101 | 1010100 | 1000111 |
Color Harmonies of #C0F378
Complementary color
Monochromatic Colors of #C0F378
Black with #C0F378
Text Example
Text Example
White with #C0F378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F378; }
p { color: rgb(192,243,120); }
H1.HeaderClassName
{
color: #C0F378;
}
.AnyTagClassName
{
color: #C0F378;
}
</style>
background-color css
<style>
a { background-color: #C0F378; }
a { background-color: rgb(192,243,120); }
div.DivClassName
{
background-color: #C0F378;
}
.BgClassName
{
background-color: #C0F378;
}
</style>
border-color css
<style>
span { border-color: #C0F378; }
span { border-color: rgb(192,243,120); }
td.TdClassName
{
border-color: #C0F378;
}
.TagClassName
{
border-color: #C0F378;
}
</style>