Shades of Sulu #C6DD94
Tints of Sulu #C6DD94
RGB
CMYK
RGB Variations
Color information
#C6DD94 (or 0xC6DD94) is known color: Sulu. HEX triplet: C6, DD and 94. RGB value is (198,221,148). Sum of RGB (Red+Green+Blue) = 198+221+148=567 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.92% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 148 (58.20% from 255 or 26.10% from 567); Max value from RGB is 221 - color contains mainly: green. Hex color #C6DD94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6DD94 is #39226B. Grayscale: #CECECE. Windows color (decimal): -3744364 or 9756102. OLE color: 9756102.
HSL color Cylindrical-coordinate representation of color #C6DD94: hue angle of 78.9º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C6DD94 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 221 | 148 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.13 |
| HSL | 78.9º | 0.52% | 0.72% | - |
| HSV(B) | 78.9º | 0.33% | 0.87% | - |
| XYZ | 54.49 | 65.86 | 37.86 | - |
| YUV | 205.8 | 95.38 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 221 | 148 | 0.10 | 0 | 0.33 | 0.13 | 78.9 | 0.52 | 0.72 |
| Hex | C6 | DD | 94 | A | 0 | 21 | D | 4F | 34 | 48 |
| Octal | 306 | 335 | 224 | 12 | 0 | 41 | 15 | 117 | 64 | 110 |
| Binary | 11000110 | 11011101 | 10010100 | 1010 | 0 | 100001 | 1101 | 1001111 | 110100 | 1001000 |
Color Harmonies of #C6DD94
Complementary color
Monochromatic Colors of #C6DD94
Black with #C6DD94
Text Example
Text Example
White with #C6DD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DD94; }
p { color: rgb(198,221,148); }
H1.HeaderClassName
{
color: #C6DD94;
}
.AnyTagClassName
{
color: #C6DD94;
}
</style>
background-color css
<style>
a { background-color: #C6DD94; }
a { background-color: rgb(198,221,148); }
div.DivClassName
{
background-color: #C6DD94;
}
.BgClassName
{
background-color: #C6DD94;
}
</style>
border-color css
<style>
span { border-color: #C6DD94; }
span { border-color: rgb(198,221,148); }
td.TdClassName
{
border-color: #C6DD94;
}
.TagClassName
{
border-color: #C6DD94;
}
</style>