Shades of Sulu #C3DF73
Tints of Sulu #C3DF73
RGB
CMYK
RGB Variations
Color information
#C3DF73 (or 0xC3DF73) is known color: Sulu. HEX triplet: C3, DF and 73. RGB value is (195,223,115). Sum of RGB (Red+Green+Blue) = 195+223+115=533 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.59% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 115 (45.31% from 255 or 21.58% from 533); Max value from RGB is 223 - color contains mainly: green. Hex color #C3DF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3DF73 is #3C208C. Grayscale: #CACACA. Windows color (decimal): -3940493 or 7593923. OLE color: 7593923.
HSL color Cylindrical-coordinate representation of color #C3DF73: hue angle of 75.56º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C3DF73 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 223 | 115 | - |
| CMYK | 0.13 | 0 | 0.48 | 0.13 |
| HSL | 75.56º | 0.63% | 0.66% | - |
| HSV(B) | 75.56º | 0.48% | 0.87% | - |
| XYZ | 51.99 | 65.62 | 26.14 | - |
| YUV | 202.32 | 78.72 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 223 | 115 | 0.13 | 0 | 0.48 | 0.13 | 75.56 | 0.63 | 0.66 |
| Hex | C3 | DF | 73 | D | 0 | 30 | D | 4C | 3F | 42 |
| Octal | 303 | 337 | 163 | 15 | 0 | 60 | 15 | 114 | 77 | 102 |
| Binary | 11000011 | 11011111 | 1110011 | 1101 | 0 | 110000 | 1101 | 1001100 | 111111 | 1000010 |
Color Harmonies of #C3DF73
Complementary color
Monochromatic Colors of #C3DF73
Black with #C3DF73
Text Example
Text Example
White with #C3DF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DF73; }
p { color: rgb(195,223,115); }
H1.HeaderClassName
{
color: #C3DF73;
}
.AnyTagClassName
{
color: #C3DF73;
}
</style>
background-color css
<style>
a { background-color: #C3DF73; }
a { background-color: rgb(195,223,115); }
div.DivClassName
{
background-color: #C3DF73;
}
.BgClassName
{
background-color: #C3DF73;
}
</style>
border-color css
<style>
span { border-color: #C3DF73; }
span { border-color: rgb(195,223,115); }
td.TdClassName
{
border-color: #C3DF73;
}
.TagClassName
{
border-color: #C3DF73;
}
</style>