Shades of Sulu #C4DF94
Tints of Sulu #C4DF94
RGB
CMYK
RGB Variations
Color information
#C4DF94 (or 0xC4DF94) is known color: Sulu. HEX triplet: C4, DF and 94. RGB value is (196,223,148). Sum of RGB (Red+Green+Blue) = 196+223+148=567 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.57% from 567); Green value is 223 (87.5% from 255 or 39.33% from 567); Blue value is 148 (58.20% from 255 or 26.10% from 567); Max value from RGB is 223 - color contains mainly: green. Hex color #C4DF94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4DF94 is #3B206B. Grayscale: #CECECE. Windows color (decimal): -3874924 or 9756612. OLE color: 9756612.
HSL color Cylindrical-coordinate representation of color #C4DF94: hue angle of 81.6º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C4DF94 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 223 | 148 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.13 |
| HSL | 81.6º | 0.54% | 0.73% | - |
| HSV(B) | 81.6º | 0.34% | 0.87% | - |
| XYZ | 54.5 | 66.65 | 38.01 | - |
| YUV | 206.38 | 95.05 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 223 | 148 | 0.12 | 0 | 0.34 | 0.13 | 81.6 | 0.54 | 0.73 |
| Hex | C4 | DF | 94 | C | 0 | 22 | D | 52 | 36 | 49 |
| Octal | 304 | 337 | 224 | 14 | 0 | 42 | 15 | 122 | 66 | 111 |
| Binary | 11000100 | 11011111 | 10010100 | 1100 | 0 | 100010 | 1101 | 1010010 | 110110 | 1001001 |
Color Harmonies of #C4DF94
Complementary color
Monochromatic Colors of #C4DF94
Black with #C4DF94
Text Example
Text Example
White with #C4DF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DF94; }
p { color: rgb(196,223,148); }
H1.HeaderClassName
{
color: #C4DF94;
}
.AnyTagClassName
{
color: #C4DF94;
}
</style>
background-color css
<style>
a { background-color: #C4DF94; }
a { background-color: rgb(196,223,148); }
div.DivClassName
{
background-color: #C4DF94;
}
.BgClassName
{
background-color: #C4DF94;
}
</style>
border-color css
<style>
span { border-color: #C4DF94; }
span { border-color: rgb(196,223,148); }
td.TdClassName
{
border-color: #C4DF94;
}
.TagClassName
{
border-color: #C4DF94;
}
</style>