Shades of Sulu #C2DF8A
Tints of Sulu #C2DF8A
RGB
CMYK
RGB Variations
Color information
#C2DF8A (or 0xC2DF8A) is known color: Sulu. HEX triplet: C2, DF and 8A. RGB value is (194,223,138). Sum of RGB (Red+Green+Blue) = 194+223+138=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 223 (87.5% from 255 or 40.18% from 555); Blue value is 138 (54.30% from 255 or 24.86% from 555); Max value from RGB is 223 - color contains mainly: green. Hex color #C2DF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DF8A is #3D2075. Grayscale: #CCCCCC. Windows color (decimal): -4006006 or 9101250. OLE color: 9101250.
HSL color Cylindrical-coordinate representation of color #C2DF8A: hue angle of 80.47º degrees, saturation: 0.57, 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 #C2DF8A is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 223 | 138 | - |
| CMYK | 0.13 | 0 | 0.38 | 0.13 |
| HSL | 80.47º | 0.57% | 0.71% | - |
| HSV(B) | 80.47º | 0.38% | 0.87% | - |
| XYZ | 53.22 | 66.08 | 33.99 | - |
| YUV | 204.64 | 90.39 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 223 | 138 | 0.13 | 0 | 0.38 | 0.13 | 80.47 | 0.57 | 0.71 |
| Hex | C2 | DF | 8A | D | 0 | 26 | D | 50 | 39 | 47 |
| Octal | 302 | 337 | 212 | 15 | 0 | 46 | 15 | 120 | 71 | 107 |
| Binary | 11000010 | 11011111 | 10001010 | 1101 | 0 | 100110 | 1101 | 1010000 | 111001 | 1000111 |
Color Harmonies of #C2DF8A
Complementary color
Monochromatic Colors of #C2DF8A
Black with #C2DF8A
Text Example
Text Example
White with #C2DF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DF8A; }
p { color: rgb(194,223,138); }
H1.HeaderClassName
{
color: #C2DF8A;
}
.AnyTagClassName
{
color: #C2DF8A;
}
</style>
background-color css
<style>
a { background-color: #C2DF8A; }
a { background-color: rgb(194,223,138); }
div.DivClassName
{
background-color: #C2DF8A;
}
.BgClassName
{
background-color: #C2DF8A;
}
</style>
border-color css
<style>
span { border-color: #C2DF8A; }
span { border-color: rgb(194,223,138); }
td.TdClassName
{
border-color: #C2DF8A;
}
.TagClassName
{
border-color: #C2DF8A;
}
</style>