Shades of Sulu #C6DF70
Tints of Sulu #C6DF70
RGB
CMYK
RGB Variations
Color information
#C6DF70 (or 0xC6DF70) is known color: Sulu. HEX triplet: C6, DF and 70. RGB value is (198,223,112). Sum of RGB (Red+Green+Blue) = 198+223+112=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 112 (44.14% from 255 or 21.01% from 533); Max value from RGB is 223 - color contains mainly: green. Hex color #C6DF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6DF70 is #39208F. Grayscale: #CBCBCB. Windows color (decimal): -3743888 or 7397318. OLE color: 7397318.
HSL color Cylindrical-coordinate representation of color #C6DF70: hue angle of 73.51º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C6DF70 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 223 | 112 | - |
| CMYK | 0.11 | 0 | 0.50 | 0.13 |
| HSL | 73.51º | 0.63% | 0.66% | - |
| HSV(B) | 73.51º | 0.5% | 0.87% | - |
| XYZ | 52.6 | 65.95 | 25.29 | - |
| YUV | 202.87 | 76.72 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 223 | 112 | 0.11 | 0 | 0.50 | 0.13 | 73.51 | 0.63 | 0.66 |
| Hex | C6 | DF | 70 | B | 0 | 32 | D | 4A | 3F | 42 |
| Octal | 306 | 337 | 160 | 13 | 0 | 62 | 15 | 112 | 77 | 102 |
| Binary | 11000110 | 11011111 | 1110000 | 1011 | 0 | 110010 | 1101 | 1001010 | 111111 | 1000010 |
Color Harmonies of #C6DF70
Complementary color
Monochromatic Colors of #C6DF70
Black with #C6DF70
Text Example
Text Example
White with #C6DF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DF70; }
p { color: rgb(198,223,112); }
H1.HeaderClassName
{
color: #C6DF70;
}
.AnyTagClassName
{
color: #C6DF70;
}
</style>
background-color css
<style>
a { background-color: #C6DF70; }
a { background-color: rgb(198,223,112); }
div.DivClassName
{
background-color: #C6DF70;
}
.BgClassName
{
background-color: #C6DF70;
}
</style>
border-color css
<style>
span { border-color: #C6DF70; }
span { border-color: rgb(198,223,112); }
td.TdClassName
{
border-color: #C6DF70;
}
.TagClassName
{
border-color: #C6DF70;
}
</style>