Shades of Sulu #C2DE8B
Tints of Sulu #C2DE8B
RGB
CMYK
RGB Variations
Color information
#C2DE8B (or 0xC2DE8B) is known color: Sulu. HEX triplet: C2, DE and 8B. RGB value is (194,222,139). Sum of RGB (Red+Green+Blue) = 194+222+139=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 222 (87.11% from 255 or 40% from 555); Blue value is 139 (54.69% from 255 or 25.05% from 555); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DE8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DE8B is #3D2174. Grayscale: #CCCCCC. Windows color (decimal): -4006261 or 9166530. OLE color: 9166530.
HSL color Cylindrical-coordinate representation of color #C2DE8B: hue angle of 80.24º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C2DE8B is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 222 | 139 | - |
| CMYK | 0.13 | 0 | 0.37 | 0.13 |
| HSL | 80.24º | 0.56% | 0.71% | - |
| HSV(B) | 80.24º | 0.37% | 0.87% | - |
| XYZ | 53.03 | 65.58 | 34.29 | - |
| YUV | 204.17 | 91.22 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 222 | 139 | 0.13 | 0 | 0.37 | 0.13 | 80.24 | 0.56 | 0.71 |
| Hex | C2 | DE | 8B | D | 0 | 25 | D | 50 | 38 | 47 |
| Octal | 302 | 336 | 213 | 15 | 0 | 45 | 15 | 120 | 70 | 107 |
| Binary | 11000010 | 11011110 | 10001011 | 1101 | 0 | 100101 | 1101 | 1010000 | 111000 | 1000111 |
Color Harmonies of #C2DE8B
Complementary color
Monochromatic Colors of #C2DE8B
Black with #C2DE8B
Text Example
Text Example
White with #C2DE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DE8B; }
p { color: rgb(194,222,139); }
H1.HeaderClassName
{
color: #C2DE8B;
}
.AnyTagClassName
{
color: #C2DE8B;
}
</style>
background-color css
<style>
a { background-color: #C2DE8B; }
a { background-color: rgb(194,222,139); }
div.DivClassName
{
background-color: #C2DE8B;
}
.BgClassName
{
background-color: #C2DE8B;
}
</style>
border-color css
<style>
span { border-color: #C2DE8B; }
span { border-color: rgb(194,222,139); }
td.TdClassName
{
border-color: #C2DE8B;
}
.TagClassName
{
border-color: #C2DE8B;
}
</style>