Shades of Sulu #C2DC8B
Tints of Sulu #C2DC8B
RGB
CMYK
RGB Variations
Color information
#C2DC8B (or 0xC2DC8B) is known color: Sulu. HEX triplet: C2, DC and 8B. RGB value is (194,220,139). Sum of RGB (Red+Green+Blue) = 194+220+139=553 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.08% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 139 (54.69% from 255 or 25.14% from 553); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DC8B is #3D2374. Grayscale: #CBCBCB. Windows color (decimal): -4006773 or 9166018. OLE color: 9166018.
HSL color Cylindrical-coordinate representation of color #C2DC8B: hue angle of 79.26º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C2DC8B is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 220 | 139 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.14 |
| HSL | 79.26º | 0.54% | 0.7% | - |
| HSV(B) | 79.26º | 0.37% | 0.86% | - |
| XYZ | 52.5 | 64.52 | 34.11 | - |
| YUV | 202.99 | 91.89 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 220 | 139 | 0.12 | 0 | 0.37 | 0.14 | 79.26 | 0.54 | 0.7 |
| Hex | C2 | DC | 8B | C | 0 | 25 | E | 4F | 36 | 46 |
| Octal | 302 | 334 | 213 | 14 | 0 | 45 | 16 | 117 | 66 | 106 |
| Binary | 11000010 | 11011100 | 10001011 | 1100 | 0 | 100101 | 1110 | 1001111 | 110110 | 1000110 |
Color Harmonies of #C2DC8B
Complementary color
Monochromatic Colors of #C2DC8B
Black with #C2DC8B
Text Example
Text Example
White with #C2DC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DC8B; }
p { color: rgb(194,220,139); }
H1.HeaderClassName
{
color: #C2DC8B;
}
.AnyTagClassName
{
color: #C2DC8B;
}
</style>
background-color css
<style>
a { background-color: #C2DC8B; }
a { background-color: rgb(194,220,139); }
div.DivClassName
{
background-color: #C2DC8B;
}
.BgClassName
{
background-color: #C2DC8B;
}
</style>
border-color css
<style>
span { border-color: #C2DC8B; }
span { border-color: rgb(194,220,139); }
td.TdClassName
{
border-color: #C2DC8B;
}
.TagClassName
{
border-color: #C2DC8B;
}
</style>