Shades of Sulu #C6DA7F
Tints of Sulu #C6DA7F
RGB
CMYK
RGB Variations
Color information
#C6DA7F (or 0xC6DA7F) is known color: Sulu. HEX triplet: C6, DA and 7F. RGB value is (198,218,127). Sum of RGB (Red+Green+Blue) = 198+218+127=543 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.46% from 543); Green value is 218 (85.55% from 255 or 40.15% from 543); Blue value is 127 (50% from 255 or 23.39% from 543); Max value from RGB is 218 - color contains mainly: green. Hex color #C6DA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6DA7F is #392580. Grayscale: #C9C9C9. Windows color (decimal): -3745153 or 8379078. OLE color: 8379078.
HSL color Cylindrical-coordinate representation of color #C6DA7F: hue angle of 73.19º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C6DA7F is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 218 | 127 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.15 |
| HSL | 73.19º | 0.55% | 0.68% | - |
| HSV(B) | 73.19º | 0.42% | 0.85% | - |
| XYZ | 52.19 | 63.68 | 29.62 | - |
| YUV | 201.65 | 85.87 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 218 | 127 | 0.09 | 0 | 0.42 | 0.15 | 73.19 | 0.55 | 0.68 |
| Hex | C6 | DA | 7F | 9 | 0 | 2A | F | 49 | 37 | 44 |
| Octal | 306 | 332 | 177 | 11 | 0 | 52 | 17 | 111 | 67 | 104 |
| Binary | 11000110 | 11011010 | 1111111 | 1001 | 0 | 101010 | 1111 | 1001001 | 110111 | 1000100 |
Color Harmonies of #C6DA7F
Complementary color
Monochromatic Colors of #C6DA7F
Black with #C6DA7F
Text Example
Text Example
White with #C6DA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DA7F; }
p { color: rgb(198,218,127); }
H1.HeaderClassName
{
color: #C6DA7F;
}
.AnyTagClassName
{
color: #C6DA7F;
}
</style>
background-color css
<style>
a { background-color: #C6DA7F; }
a { background-color: rgb(198,218,127); }
div.DivClassName
{
background-color: #C6DA7F;
}
.BgClassName
{
background-color: #C6DA7F;
}
</style>
border-color css
<style>
span { border-color: #C6DA7F; }
span { border-color: rgb(198,218,127); }
td.TdClassName
{
border-color: #C6DA7F;
}
.TagClassName
{
border-color: #C6DA7F;
}
</style>