Shades of Conifer #C3E04B
Tints of Conifer #C3E04B
RGB
CMYK
RGB Variations
Color information
#C3E04B (or 0xC3E04B) is known color: Conifer. HEX triplet: C3, E0 and 4B. RGB value is (195,224,75). Sum of RGB (Red+Green+Blue) = 195+224+75=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 224 (87.89% from 255 or 45.34% from 494); Blue value is 75 (29.69% from 255 or 15.18% from 494); Max value from RGB is 224 - color contains mainly: green. Hex color #C3E04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3E04B is #3C1FB4. Grayscale: #C6C6C6. Windows color (decimal): -3940277 or 4972739. OLE color: 4972739.
HSL color Cylindrical-coordinate representation of color #C3E04B: hue angle of 71.68º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C3E04B is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 224 | 75 | - |
| CMYK | 0.13 | 0 | 0.67 | 0.12 |
| HSL | 71.68º | 0.71% | 0.59% | - |
| HSV(B) | 71.68º | 0.67% | 0.88% | - |
| XYZ | 50.43 | 65.42 | 16.63 | - |
| YUV | 198.34 | 58.39 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 224 | 75 | 0.13 | 0 | 0.67 | 0.12 | 71.68 | 0.71 | 0.59 |
| Hex | C3 | E0 | 4B | D | 0 | 43 | C | 48 | 47 | 3B |
| Octal | 303 | 340 | 113 | 15 | 0 | 103 | 14 | 110 | 107 | 73 |
| Binary | 11000011 | 11100000 | 1001011 | 1101 | 0 | 1000011 | 1100 | 1001000 | 1000111 | 111011 |
Color Harmonies of #C3E04B
Complementary color
Monochromatic Colors of #C3E04B
Black with #C3E04B
Text Example
Text Example
White with #C3E04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E04B; }
p { color: rgb(195,224,75); }
H1.HeaderClassName
{
color: #C3E04B;
}
.AnyTagClassName
{
color: #C3E04B;
}
</style>
background-color css
<style>
a { background-color: #C3E04B; }
a { background-color: rgb(195,224,75); }
div.DivClassName
{
background-color: #C3E04B;
}
.BgClassName
{
background-color: #C3E04B;
}
</style>
border-color css
<style>
span { border-color: #C3E04B; }
span { border-color: rgb(195,224,75); }
td.TdClassName
{
border-color: #C3E04B;
}
.TagClassName
{
border-color: #C3E04B;
}
</style>