Shades of Sulu #C6EA7E
Tints of Sulu #C6EA7E
RGB
CMYK
RGB Variations
Color information
#C6EA7E (or 0xC6EA7E) is known color: Sulu. HEX triplet: C6, EA and 7E. RGB value is (198,234,126). Sum of RGB (Red+Green+Blue) = 198+234+126=558 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.48% from 558); Green value is 234 (91.80% from 255 or 41.94% from 558); Blue value is 126 (49.61% from 255 or 22.58% from 558); Max value from RGB is 234 - color contains mainly: green. Hex color #C6EA7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6EA7E is #391581. Grayscale: #D3D3D3. Windows color (decimal): -3741058 or 8317638. OLE color: 8317638.
HSL color Cylindrical-coordinate representation of color #C6EA7E: hue angle of 80º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C6EA7E is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 234 | 126 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.08 |
| HSL | 80º | 0.72% | 0.71% | - |
| HSV(B) | 80º | 0.46% | 0.92% | - |
| XYZ | 56.48 | 72.36 | 30.73 | - |
| YUV | 210.92 | 80.07 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 234 | 126 | 0.15 | 0 | 0.46 | 0.08 | 80 | 0.72 | 0.71 |
| Hex | C6 | EA | 7E | F | 0 | 2E | 8 | 50 | 48 | 47 |
| Octal | 306 | 352 | 176 | 17 | 0 | 56 | 10 | 120 | 110 | 107 |
| Binary | 11000110 | 11101010 | 1111110 | 1111 | 0 | 101110 | 1000 | 1010000 | 1001000 | 1000111 |
Color Harmonies of #C6EA7E
Complementary color
Monochromatic Colors of #C6EA7E
Black with #C6EA7E
Text Example
Text Example
White with #C6EA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EA7E; }
p { color: rgb(198,234,126); }
H1.HeaderClassName
{
color: #C6EA7E;
}
.AnyTagClassName
{
color: #C6EA7E;
}
</style>
background-color css
<style>
a { background-color: #C6EA7E; }
a { background-color: rgb(198,234,126); }
div.DivClassName
{
background-color: #C6EA7E;
}
.BgClassName
{
background-color: #C6EA7E;
}
</style>
border-color css
<style>
span { border-color: #C6EA7E; }
span { border-color: rgb(198,234,126); }
td.TdClassName
{
border-color: #C6EA7E;
}
.TagClassName
{
border-color: #C6EA7E;
}
</style>