Shades of Sulu #C3DC77
Tints of Sulu #C3DC77
RGB
CMYK
RGB Variations
Color information
#C3DC77 (or 0xC3DC77) is known color: Sulu. HEX triplet: C3, DC and 77. RGB value is (195,220,119). Sum of RGB (Red+Green+Blue) = 195+220+119=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 119 (46.88% from 255 or 22.28% from 534); Max value from RGB is 220 - color contains mainly: green. Hex color #C3DC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3DC77 is #3C2388. Grayscale: #C9C9C9. Windows color (decimal): -3941257 or 7855299. OLE color: 7855299.
HSL color Cylindrical-coordinate representation of color #C3DC77: hue angle of 74.85º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C3DC77 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 220 | 119 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.14 |
| HSL | 74.85º | 0.59% | 0.66% | - |
| HSV(B) | 74.85º | 0.46% | 0.86% | - |
| XYZ | 51.43 | 64.12 | 27.12 | - |
| YUV | 201.01 | 81.72 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 220 | 119 | 0.11 | 0 | 0.46 | 0.14 | 74.85 | 0.59 | 0.66 |
| Hex | C3 | DC | 77 | B | 0 | 2E | E | 4B | 3B | 42 |
| Octal | 303 | 334 | 167 | 13 | 0 | 56 | 16 | 113 | 73 | 102 |
| Binary | 11000011 | 11011100 | 1110111 | 1011 | 0 | 101110 | 1110 | 1001011 | 111011 | 1000010 |
Color Harmonies of #C3DC77
Complementary color
Monochromatic Colors of #C3DC77
Black with #C3DC77
Text Example
Text Example
White with #C3DC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DC77; }
p { color: rgb(195,220,119); }
H1.HeaderClassName
{
color: #C3DC77;
}
.AnyTagClassName
{
color: #C3DC77;
}
</style>
background-color css
<style>
a { background-color: #C3DC77; }
a { background-color: rgb(195,220,119); }
div.DivClassName
{
background-color: #C3DC77;
}
.BgClassName
{
background-color: #C3DC77;
}
</style>
border-color css
<style>
span { border-color: #C3DC77; }
span { border-color: rgb(195,220,119); }
td.TdClassName
{
border-color: #C3DC77;
}
.TagClassName
{
border-color: #C3DC77;
}
</style>