Shades of Sulu #C6DF7A
Tints of Sulu #C6DF7A
RGB
CMYK
RGB Variations
Color information
#C6DF7A (or 0xC6DF7A) is known color: Sulu. HEX triplet: C6, DF and 7A. RGB value is (198,223,122). Sum of RGB (Red+Green+Blue) = 198+223+122=543 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.46% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 122 (48.05% from 255 or 22.47% from 543); Max value from RGB is 223 - color contains mainly: green. Hex color #C6DF7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6DF7A is #392085. Grayscale: #CCCCCC. Windows color (decimal): -3743878 or 8052678. OLE color: 8052678.
HSL color Cylindrical-coordinate representation of color #C6DF7A: hue angle of 74.85º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C6DF7A is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 223 | 122 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.13 |
| HSL | 74.85º | 0.61% | 0.68% | - |
| HSV(B) | 74.85º | 0.45% | 0.87% | - |
| XYZ | 53.19 | 66.19 | 28.38 | - |
| YUV | 204.01 | 81.72 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 223 | 122 | 0.11 | 0 | 0.45 | 0.13 | 74.85 | 0.61 | 0.68 |
| Hex | C6 | DF | 7A | B | 0 | 2D | D | 4B | 3D | 44 |
| Octal | 306 | 337 | 172 | 13 | 0 | 55 | 15 | 113 | 75 | 104 |
| Binary | 11000110 | 11011111 | 1111010 | 1011 | 0 | 101101 | 1101 | 1001011 | 111101 | 1000100 |
Color Harmonies of #C6DF7A
Complementary color
Monochromatic Colors of #C6DF7A
Black with #C6DF7A
Text Example
Text Example
White with #C6DF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DF7A; }
p { color: rgb(198,223,122); }
H1.HeaderClassName
{
color: #C6DF7A;
}
.AnyTagClassName
{
color: #C6DF7A;
}
</style>
background-color css
<style>
a { background-color: #C6DF7A; }
a { background-color: rgb(198,223,122); }
div.DivClassName
{
background-color: #C6DF7A;
}
.BgClassName
{
background-color: #C6DF7A;
}
</style>
border-color css
<style>
span { border-color: #C6DF7A; }
span { border-color: rgb(198,223,122); }
td.TdClassName
{
border-color: #C6DF7A;
}
.TagClassName
{
border-color: #C6DF7A;
}
</style>