Shades of Sulu #C4DF93
Tints of Sulu #C4DF93
RGB
CMYK
RGB Variations
Color information
#C4DF93 (or 0xC4DF93) is known color: Sulu. HEX triplet: C4, DF and 93. RGB value is (196,223,147). Sum of RGB (Red+Green+Blue) = 196+223+147=566 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.63% from 566); Green value is 223 (87.5% from 255 or 39.40% from 566); Blue value is 147 (57.81% from 255 or 25.97% from 566); Max value from RGB is 223 - color contains mainly: green. Hex color #C4DF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4DF93 is #3B206C. Grayscale: #CECECE. Windows color (decimal): -3874925 or 9691076. OLE color: 9691076.
HSL color Cylindrical-coordinate representation of color #C4DF93: hue angle of 81.32º 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 #C4DF93 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 223 | 147 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.13 |
| HSL | 81.32º | 0.54% | 0.73% | - |
| HSV(B) | 81.32º | 0.34% | 0.87% | - |
| XYZ | 54.42 | 66.62 | 37.59 | - |
| YUV | 206.26 | 94.55 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 223 | 147 | 0.12 | 0 | 0.34 | 0.13 | 81.32 | 0.54 | 0.73 |
| Hex | C4 | DF | 93 | C | 0 | 22 | D | 51 | 36 | 49 |
| Octal | 304 | 337 | 223 | 14 | 0 | 42 | 15 | 121 | 66 | 111 |
| Binary | 11000100 | 11011111 | 10010011 | 1100 | 0 | 100010 | 1101 | 1010001 | 110110 | 1001001 |
Color Harmonies of #C4DF93
Complementary color
Monochromatic Colors of #C4DF93
Black with #C4DF93
Text Example
Text Example
White with #C4DF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DF93; }
p { color: rgb(196,223,147); }
H1.HeaderClassName
{
color: #C4DF93;
}
.AnyTagClassName
{
color: #C4DF93;
}
</style>
background-color css
<style>
a { background-color: #C4DF93; }
a { background-color: rgb(196,223,147); }
div.DivClassName
{
background-color: #C4DF93;
}
.BgClassName
{
background-color: #C4DF93;
}
</style>
border-color css
<style>
span { border-color: #C4DF93; }
span { border-color: rgb(196,223,147); }
td.TdClassName
{
border-color: #C4DF93;
}
.TagClassName
{
border-color: #C4DF93;
}
</style>