Shades of Sulu #C6DF7D
Tints of Sulu #C6DF7D
RGB
CMYK
RGB Variations
Color information
#C6DF7D (or 0xC6DF7D) is known color: Sulu. HEX triplet: C6, DF and 7D. RGB value is (198,223,125). Sum of RGB (Red+Green+Blue) = 198+223+125=546 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.26% from 546); Green value is 223 (87.5% from 255 or 40.84% from 546); Blue value is 125 (49.22% from 255 or 22.89% from 546); Max value from RGB is 223 - color contains mainly: green. Hex color #C6DF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6DF7D is #392082. Grayscale: #CCCCCC. Windows color (decimal): -3743875 or 8249286. OLE color: 8249286.
HSL color Cylindrical-coordinate representation of color #C6DF7D: hue angle of 75.31º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C6DF7D is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 223 | 125 | - |
| CMYK | 0.11 | 0 | 0.44 | 0.13 |
| HSL | 75.31º | 0.6% | 0.68% | - |
| HSV(B) | 75.31º | 0.44% | 0.87% | - |
| XYZ | 53.38 | 66.26 | 29.38 | - |
| YUV | 204.35 | 83.22 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 223 | 125 | 0.11 | 0 | 0.44 | 0.13 | 75.31 | 0.6 | 0.68 |
| Hex | C6 | DF | 7D | B | 0 | 2C | D | 4B | 3C | 44 |
| Octal | 306 | 337 | 175 | 13 | 0 | 54 | 15 | 113 | 74 | 104 |
| Binary | 11000110 | 11011111 | 1111101 | 1011 | 0 | 101100 | 1101 | 1001011 | 111100 | 1000100 |
Color Harmonies of #C6DF7D
Complementary color
Monochromatic Colors of #C6DF7D
Black with #C6DF7D
Text Example
Text Example
White with #C6DF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DF7D; }
p { color: rgb(198,223,125); }
H1.HeaderClassName
{
color: #C6DF7D;
}
.AnyTagClassName
{
color: #C6DF7D;
}
</style>
background-color css
<style>
a { background-color: #C6DF7D; }
a { background-color: rgb(198,223,125); }
div.DivClassName
{
background-color: #C6DF7D;
}
.BgClassName
{
background-color: #C6DF7D;
}
</style>
border-color css
<style>
span { border-color: #C6DF7D; }
span { border-color: rgb(198,223,125); }
td.TdClassName
{
border-color: #C6DF7D;
}
.TagClassName
{
border-color: #C6DF7D;
}
</style>