Shades of Sulu #C3DF8C
Tints of Sulu #C3DF8C
RGB
CMYK
RGB Variations
Color information
#C3DF8C (or 0xC3DF8C) is known color: Sulu. HEX triplet: C3, DF and 8C. RGB value is (195,223,140). Sum of RGB (Red+Green+Blue) = 195+223+140=558 (73% of max value = 765). Red value is 195 (76.56% from 255 or 34.95% from 558); Green value is 223 (87.5% from 255 or 39.96% from 558); Blue value is 140 (55.08% from 255 or 25.09% from 558); Max value from RGB is 223 - color contains mainly: green. Hex color #C3DF8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3DF8C is #3C2073. Grayscale: #CDCDCD. Windows color (decimal): -3940468 or 9232323. OLE color: 9232323.
HSL color Cylindrical-coordinate representation of color #C3DF8C: hue angle of 80.24º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C3DF8C is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 223 | 140 | - |
| CMYK | 0.13 | 0 | 0.37 | 0.13 |
| HSL | 80.24º | 0.56% | 0.71% | - |
| HSV(B) | 80.24º | 0.37% | 0.87% | - |
| XYZ | 53.63 | 66.27 | 34.78 | - |
| YUV | 205.17 | 91.22 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 223 | 140 | 0.13 | 0 | 0.37 | 0.13 | 80.24 | 0.56 | 0.71 |
| Hex | C3 | DF | 8C | D | 0 | 25 | D | 50 | 38 | 47 |
| Octal | 303 | 337 | 214 | 15 | 0 | 45 | 15 | 120 | 70 | 107 |
| Binary | 11000011 | 11011111 | 10001100 | 1101 | 0 | 100101 | 1101 | 1010000 | 111000 | 1000111 |
Color Harmonies of #C3DF8C
Complementary color
Monochromatic Colors of #C3DF8C
Black with #C3DF8C
Text Example
Text Example
White with #C3DF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DF8C; }
p { color: rgb(195,223,140); }
H1.HeaderClassName
{
color: #C3DF8C;
}
.AnyTagClassName
{
color: #C3DF8C;
}
</style>
background-color css
<style>
a { background-color: #C3DF8C; }
a { background-color: rgb(195,223,140); }
div.DivClassName
{
background-color: #C3DF8C;
}
.BgClassName
{
background-color: #C3DF8C;
}
</style>
border-color css
<style>
span { border-color: #C3DF8C; }
span { border-color: rgb(195,223,140); }
td.TdClassName
{
border-color: #C3DF8C;
}
.TagClassName
{
border-color: #C3DF8C;
}
</style>