Shades of Sulu #C3D88D
Tints of Sulu #C3D88D
RGB
CMYK
RGB Variations
Color information
#C3D88D (or 0xC3D88D) is known color: Sulu. HEX triplet: C3, D8 and 8D. RGB value is (195,216,141). Sum of RGB (Red+Green+Blue) = 195+216+141=552 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.33% from 552); Green value is 216 (84.77% from 255 or 39.13% from 552); Blue value is 141 (55.47% from 255 or 25.54% from 552); Max value from RGB is 216 - color contains mainly: green. Hex color #C3D88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3D88D is #3C2772. Grayscale: #C9C9C9. Windows color (decimal): -3942259 or 9296067. OLE color: 9296067.
HSL color Cylindrical-coordinate representation of color #C3D88D: hue angle of 76.8º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C3D88D is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 216 | 141 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.15 |
| HSL | 76.8º | 0.49% | 0.7% | - |
| HSV(B) | 76.8º | 0.35% | 0.85% | - |
| XYZ | 51.87 | 62.64 | 34.56 | - |
| YUV | 201.17 | 94.04 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 216 | 141 | 0.10 | 0 | 0.35 | 0.15 | 76.8 | 0.49 | 0.7 |
| Hex | C3 | D8 | 8D | A | 0 | 23 | F | 4D | 31 | 46 |
| Octal | 303 | 330 | 215 | 12 | 0 | 43 | 17 | 115 | 61 | 106 |
| Binary | 11000011 | 11011000 | 10001101 | 1010 | 0 | 100011 | 1111 | 1001101 | 110001 | 1000110 |
Color Harmonies of #C3D88D
Complementary color
Monochromatic Colors of #C3D88D
Black with #C3D88D
Text Example
Text Example
White with #C3D88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D88D; }
p { color: rgb(195,216,141); }
H1.HeaderClassName
{
color: #C3D88D;
}
.AnyTagClassName
{
color: #C3D88D;
}
</style>
background-color css
<style>
a { background-color: #C3D88D; }
a { background-color: rgb(195,216,141); }
div.DivClassName
{
background-color: #C3D88D;
}
.BgClassName
{
background-color: #C3D88D;
}
</style>
border-color css
<style>
span { border-color: #C3D88D; }
span { border-color: rgb(195,216,141); }
td.TdClassName
{
border-color: #C3D88D;
}
.TagClassName
{
border-color: #C3D88D;
}
</style>