Shades of Sulu #C3DD76
Tints of Sulu #C3DD76
RGB
CMYK
RGB Variations
Color information
#C3DD76 (or 0xC3DD76) is known color: Sulu. HEX triplet: C3, DD and 76. RGB value is (195,221,118). Sum of RGB (Red+Green+Blue) = 195+221+118=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 118 (46.48% from 255 or 22.10% from 534); Max value from RGB is 221 - color contains mainly: green. Hex color #C3DD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3DD76 is #3C2289. Grayscale: #C9C9C9. Windows color (decimal): -3941002 or 7790019. OLE color: 7790019.
HSL color Cylindrical-coordinate representation of color #C3DD76: hue angle of 75.15º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C3DD76 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 221 | 118 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.13 |
| HSL | 75.15º | 0.6% | 0.66% | - |
| HSV(B) | 75.15º | 0.47% | 0.87% | - |
| XYZ | 51.63 | 64.62 | 26.89 | - |
| YUV | 201.48 | 80.89 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 221 | 118 | 0.12 | 0 | 0.47 | 0.13 | 75.15 | 0.6 | 0.66 |
| Hex | C3 | DD | 76 | C | 0 | 2F | D | 4B | 3C | 42 |
| Octal | 303 | 335 | 166 | 14 | 0 | 57 | 15 | 113 | 74 | 102 |
| Binary | 11000011 | 11011101 | 1110110 | 1100 | 0 | 101111 | 1101 | 1001011 | 111100 | 1000010 |
Color Harmonies of #C3DD76
Complementary color
Monochromatic Colors of #C3DD76
Black with #C3DD76
Text Example
Text Example
White with #C3DD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DD76; }
p { color: rgb(195,221,118); }
H1.HeaderClassName
{
color: #C3DD76;
}
.AnyTagClassName
{
color: #C3DD76;
}
</style>
background-color css
<style>
a { background-color: #C3DD76; }
a { background-color: rgb(195,221,118); }
div.DivClassName
{
background-color: #C3DD76;
}
.BgClassName
{
background-color: #C3DD76;
}
</style>
border-color css
<style>
span { border-color: #C3DD76; }
span { border-color: rgb(195,221,118); }
td.TdClassName
{
border-color: #C3DD76;
}
.TagClassName
{
border-color: #C3DD76;
}
</style>