Shades of Sulu #C6F378
Tints of Sulu #C6F378
RGB
CMYK
RGB Variations
Color information
#C6F378 (or 0xC6F378) is known color: Sulu. HEX triplet: C6, F3 and 78. RGB value is (198,243,120). Sum of RGB (Red+Green+Blue) = 198+243+120=561 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.29% from 561); Green value is 243 (95.31% from 255 or 43.32% from 561); Blue value is 120 (47.27% from 255 or 21.39% from 561); Max value from RGB is 243 - color contains mainly: green. Hex color #C6F378 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F378 is #390C87. Grayscale: #D7D7D7. Windows color (decimal): -3738760 or 7926726. OLE color: 7926726.
HSL color Cylindrical-coordinate representation of color #C6F378: hue angle of 81.95º 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 #C6F378 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 243 | 120 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.05 |
| HSL | 81.95º | 0.84% | 0.71% | - |
| HSV(B) | 81.95º | 0.51% | 0.95% | - |
| XYZ | 58.73 | 77.46 | 29.63 | - |
| YUV | 215.52 | 74.09 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 243 | 120 | 0.19 | 0 | 0.51 | 0.05 | 81.95 | 0.84 | 0.71 |
| Hex | C6 | F3 | 78 | 13 | 0 | 33 | 5 | 52 | 54 | 47 |
| Octal | 306 | 363 | 170 | 23 | 0 | 63 | 5 | 122 | 124 | 107 |
| Binary | 11000110 | 11110011 | 1111000 | 10011 | 0 | 110011 | 101 | 1010010 | 1010100 | 1000111 |
Color Harmonies of #C6F378
Complementary color
Monochromatic Colors of #C6F378
Black with #C6F378
Text Example
Text Example
White with #C6F378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F378; }
p { color: rgb(198,243,120); }
H1.HeaderClassName
{
color: #C6F378;
}
.AnyTagClassName
{
color: #C6F378;
}
</style>
background-color css
<style>
a { background-color: #C6F378; }
a { background-color: rgb(198,243,120); }
div.DivClassName
{
background-color: #C6F378;
}
.BgClassName
{
background-color: #C6F378;
}
</style>
border-color css
<style>
span { border-color: #C6F378; }
span { border-color: rgb(198,243,120); }
td.TdClassName
{
border-color: #C6F378;
}
.TagClassName
{
border-color: #C6F378;
}
</style>