Shades of Sulu #C6F383
Tints of Sulu #C6F383
RGB
CMYK
RGB Variations
Color information
#C6F383 (or 0xC6F383) is known color: Sulu. HEX triplet: C6, F3 and 83. RGB value is (198,243,131). Sum of RGB (Red+Green+Blue) = 198+243+131=572 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.62% from 572); Green value is 243 (95.31% from 255 or 42.48% from 572); Blue value is 131 (51.56% from 255 or 22.90% from 572); Max value from RGB is 243 - color contains mainly: green. Hex color #C6F383 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6F383 is #390C7C. Grayscale: #D9D9D9. Windows color (decimal): -3738749 or 8647622. OLE color: 8647622.
HSL color Cylindrical-coordinate representation of color #C6F383: hue angle of 84.11º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C6F383 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 243 | 131 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.05 |
| HSL | 84.11º | 0.82% | 0.73% | - |
| HSV(B) | 84.11º | 0.46% | 0.95% | - |
| XYZ | 59.44 | 77.75 | 33.35 | - |
| YUV | 216.78 | 79.59 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 243 | 131 | 0.19 | 0 | 0.46 | 0.05 | 84.11 | 0.82 | 0.73 |
| Hex | C6 | F3 | 83 | 13 | 0 | 2E | 5 | 54 | 52 | 49 |
| Octal | 306 | 363 | 203 | 23 | 0 | 56 | 5 | 124 | 122 | 111 |
| Binary | 11000110 | 11110011 | 10000011 | 10011 | 0 | 101110 | 101 | 1010100 | 1010010 | 1001001 |
Color Harmonies of #C6F383
Complementary color
Monochromatic Colors of #C6F383
Black with #C6F383
Text Example
Text Example
White with #C6F383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F383; }
p { color: rgb(198,243,131); }
H1.HeaderClassName
{
color: #C6F383;
}
.AnyTagClassName
{
color: #C6F383;
}
</style>
background-color css
<style>
a { background-color: #C6F383; }
a { background-color: rgb(198,243,131); }
div.DivClassName
{
background-color: #C6F383;
}
.BgClassName
{
background-color: #C6F383;
}
</style>
border-color css
<style>
span { border-color: #C6F383; }
span { border-color: rgb(198,243,131); }
td.TdClassName
{
border-color: #C6F383;
}
.TagClassName
{
border-color: #C6F383;
}
</style>