Shades of Deco #C3D274
Tints of Deco #C3D274
RGB
CMYK
RGB Variations
Color information
#C3D274 (or 0xC3D274) is known color: Deco. HEX triplet: C3, D2 and 74. RGB value is (195,210,116). Sum of RGB (Red+Green+Blue) = 195+210+116=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 210 (82.42% from 255 or 40.31% from 521); Blue value is 116 (45.70% from 255 or 22.26% from 521); Max value from RGB is 210 - color contains mainly: green. Hex color #C3D274 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3D274 is #3C2D8B. Grayscale: #C3C3C3. Windows color (decimal): -3943820 or 7656131. OLE color: 7656131.
HSL color Cylindrical-coordinate representation of color #C3D274: hue angle of 69.57º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C3D274 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 210 | 116 | - |
| CMYK | 0.07 | 0 | 0.45 | 0.18 |
| HSL | 69.57º | 0.51% | 0.64% | - |
| HSV(B) | 69.57º | 0.45% | 0.82% | - |
| XYZ | 48.7 | 58.96 | 25.34 | - |
| YUV | 194.8 | 83.53 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 210 | 116 | 0.07 | 0 | 0.45 | 0.18 | 69.57 | 0.51 | 0.64 |
| Hex | C3 | D2 | 74 | 7 | 0 | 2D | 12 | 46 | 33 | 40 |
| Octal | 303 | 322 | 164 | 7 | 0 | 55 | 22 | 106 | 63 | 100 |
| Binary | 11000011 | 11010010 | 1110100 | 111 | 0 | 101101 | 10010 | 1000110 | 110011 | 1000000 |
Color Harmonies of #C3D274
Complementary color
Monochromatic Colors of #C3D274
Black with #C3D274
Text Example
Text Example
White with #C3D274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D274; }
p { color: rgb(195,210,116); }
H1.HeaderClassName
{
color: #C3D274;
}
.AnyTagClassName
{
color: #C3D274;
}
</style>
background-color css
<style>
a { background-color: #C3D274; }
a { background-color: rgb(195,210,116); }
div.DivClassName
{
background-color: #C3D274;
}
.BgClassName
{
background-color: #C3D274;
}
</style>
border-color css
<style>
span { border-color: #C3D274; }
span { border-color: rgb(195,210,116); }
td.TdClassName
{
border-color: #C3D274;
}
.TagClassName
{
border-color: #C3D274;
}
</style>