Shades of Sulu #C6F67A
Tints of Sulu #C6F67A
RGB
CMYK
RGB Variations
Color information
#C6F67A (or 0xC6F67A) is known color: Sulu. HEX triplet: C6, F6 and 7A. RGB value is (198,246,122). Sum of RGB (Red+Green+Blue) = 198+246+122=566 (74% of max value = 765). Red value is 198 (77.73% from 255 or 34.98% from 566); Green value is 246 (96.48% from 255 or 43.46% from 566); Blue value is 122 (48.05% from 255 or 21.55% from 566); Max value from RGB is 246 - color contains mainly: green. Hex color #C6F67A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F67A is #390985. Grayscale: #D9D9D9. Windows color (decimal): -3737990 or 8058566. OLE color: 8058566.
HSL color Cylindrical-coordinate representation of color #C6F67A: hue angle of 83.23º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C6F67A is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 246 | 122 | - |
| CMYK | 0.20 | 0 | 0.50 | 0.04 |
| HSL | 83.23º | 0.87% | 0.72% | - |
| HSV(B) | 83.23º | 0.5% | 0.96% | - |
| XYZ | 59.76 | 79.32 | 30.57 | - |
| YUV | 217.51 | 74.1 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 246 | 122 | 0.20 | 0 | 0.50 | 0.04 | 83.23 | 0.87 | 0.72 |
| Hex | C6 | F6 | 7A | 14 | 0 | 32 | 4 | 53 | 57 | 48 |
| Octal | 306 | 366 | 172 | 24 | 0 | 62 | 4 | 123 | 127 | 110 |
| Binary | 11000110 | 11110110 | 1111010 | 10100 | 0 | 110010 | 100 | 1010011 | 1010111 | 1001000 |
Color Harmonies of #C6F67A
Complementary color
Monochromatic Colors of #C6F67A
Black with #C6F67A
Text Example
Text Example
White with #C6F67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F67A; }
p { color: rgb(198,246,122); }
H1.HeaderClassName
{
color: #C6F67A;
}
.AnyTagClassName
{
color: #C6F67A;
}
</style>
background-color css
<style>
a { background-color: #C6F67A; }
a { background-color: rgb(198,246,122); }
div.DivClassName
{
background-color: #C6F67A;
}
.BgClassName
{
background-color: #C6F67A;
}
</style>
border-color css
<style>
span { border-color: #C6F67A; }
span { border-color: rgb(198,246,122); }
td.TdClassName
{
border-color: #C6F67A;
}
.TagClassName
{
border-color: #C6F67A;
}
</style>