Shades of Sulu #C4DE8A
Tints of Sulu #C4DE8A
RGB
CMYK
RGB Variations
Color information
#C4DE8A (or 0xC4DE8A) is known color: Sulu. HEX triplet: C4, DE and 8A. RGB value is (196,222,138). Sum of RGB (Red+Green+Blue) = 196+222+138=556 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.25% from 556); Green value is 222 (87.11% from 255 or 39.93% from 556); Blue value is 138 (54.30% from 255 or 24.82% from 556); Max value from RGB is 222 - color contains mainly: green. Hex color #C4DE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4DE8A is #3B2175. Grayscale: #CCCCCC. Windows color (decimal): -3875190 or 9100996. OLE color: 9100996.
HSL color Cylindrical-coordinate representation of color #C4DE8A: hue angle of 78.57º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C4DE8A is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 222 | 138 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.13 |
| HSL | 78.57º | 0.56% | 0.71% | - |
| HSV(B) | 78.57º | 0.38% | 0.87% | - |
| XYZ | 53.47 | 65.81 | 33.93 | - |
| YUV | 204.65 | 90.39 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 222 | 138 | 0.12 | 0 | 0.38 | 0.13 | 78.57 | 0.56 | 0.71 |
| Hex | C4 | DE | 8A | C | 0 | 26 | D | 4F | 38 | 47 |
| Octal | 304 | 336 | 212 | 14 | 0 | 46 | 15 | 117 | 70 | 107 |
| Binary | 11000100 | 11011110 | 10001010 | 1100 | 0 | 100110 | 1101 | 1001111 | 111000 | 1000111 |
Color Harmonies of #C4DE8A
Complementary color
Monochromatic Colors of #C4DE8A
Black with #C4DE8A
Text Example
Text Example
White with #C4DE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DE8A; }
p { color: rgb(196,222,138); }
H1.HeaderClassName
{
color: #C4DE8A;
}
.AnyTagClassName
{
color: #C4DE8A;
}
</style>
background-color css
<style>
a { background-color: #C4DE8A; }
a { background-color: rgb(196,222,138); }
div.DivClassName
{
background-color: #C4DE8A;
}
.BgClassName
{
background-color: #C4DE8A;
}
</style>
border-color css
<style>
span { border-color: #C4DE8A; }
span { border-color: rgb(196,222,138); }
td.TdClassName
{
border-color: #C4DE8A;
}
.TagClassName
{
border-color: #C4DE8A;
}
</style>