Shades of Sulu #C6EA7A
Tints of Sulu #C6EA7A
RGB
CMYK
RGB Variations
Color information
#C6EA7A (or 0xC6EA7A) is known color: Sulu. HEX triplet: C6, EA and 7A. RGB value is (198,234,122). Sum of RGB (Red+Green+Blue) = 198+234+122=554 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.74% from 554); Green value is 234 (91.80% from 255 or 42.24% from 554); Blue value is 122 (48.05% from 255 or 22.02% from 554); Max value from RGB is 234 - color contains mainly: green. Hex color #C6EA7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6EA7A is #391585. Grayscale: #D2D2D2. Windows color (decimal): -3741062 or 8055494. OLE color: 8055494.
HSL color Cylindrical-coordinate representation of color #C6EA7A: hue angle of 79.29º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C6EA7A is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 234 | 122 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.08 |
| HSL | 79.29º | 0.73% | 0.7% | - |
| HSV(B) | 79.29º | 0.48% | 0.92% | - |
| XYZ | 56.22 | 72.26 | 29.4 | - |
| YUV | 210.47 | 78.07 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 234 | 122 | 0.15 | 0 | 0.48 | 0.08 | 79.29 | 0.73 | 0.7 |
| Hex | C6 | EA | 7A | F | 0 | 30 | 8 | 4F | 49 | 46 |
| Octal | 306 | 352 | 172 | 17 | 0 | 60 | 10 | 117 | 111 | 106 |
| Binary | 11000110 | 11101010 | 1111010 | 1111 | 0 | 110000 | 1000 | 1001111 | 1001001 | 1000110 |
Color Harmonies of #C6EA7A
Complementary color
Monochromatic Colors of #C6EA7A
Black with #C6EA7A
Text Example
Text Example
White with #C6EA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EA7A; }
p { color: rgb(198,234,122); }
H1.HeaderClassName
{
color: #C6EA7A;
}
.AnyTagClassName
{
color: #C6EA7A;
}
</style>
background-color css
<style>
a { background-color: #C6EA7A; }
a { background-color: rgb(198,234,122); }
div.DivClassName
{
background-color: #C6EA7A;
}
.BgClassName
{
background-color: #C6EA7A;
}
</style>
border-color css
<style>
span { border-color: #C6EA7A; }
span { border-color: rgb(198,234,122); }
td.TdClassName
{
border-color: #C6EA7A;
}
.TagClassName
{
border-color: #C6EA7A;
}
</style>