Shades of Conifer #C2ED4B
Tints of Conifer #C2ED4B
RGB
CMYK
RGB Variations
Color information
#C2ED4B (or 0xC2ED4B) is known color: Conifer. HEX triplet: C2, ED and 4B. RGB value is (194,237,75). Sum of RGB (Red+Green+Blue) = 194+237+75=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 237 (92.97% from 255 or 46.84% from 506); Blue value is 75 (29.69% from 255 or 14.82% from 506); Max value from RGB is 237 - color contains mainly: green. Hex color #C2ED4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2ED4B is #3D12B4. Grayscale: #CECECE. Windows color (decimal): -4002485 or 4976066. OLE color: 4976066.
HSL color Cylindrical-coordinate representation of color #C2ED4B: hue angle of 75.93º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2ED4B is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 237 | 75 | - |
| CMYK | 0.18 | 0 | 0.68 | 0.07 |
| HSL | 75.93º | 0.82% | 0.61% | - |
| HSV(B) | 75.93º | 0.68% | 0.93% | - |
| XYZ | 53.8 | 72.55 | 17.82 | - |
| YUV | 205.68 | 54.25 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 237 | 75 | 0.18 | 0 | 0.68 | 0.07 | 75.93 | 0.82 | 0.61 |
| Hex | C2 | ED | 4B | 12 | 0 | 44 | 7 | 4C | 52 | 3D |
| Octal | 302 | 355 | 113 | 22 | 0 | 104 | 7 | 114 | 122 | 75 |
| Binary | 11000010 | 11101101 | 1001011 | 10010 | 0 | 1000100 | 111 | 1001100 | 1010010 | 111101 |
Color Harmonies of #C2ED4B
Complementary color
Monochromatic Colors of #C2ED4B
Black with #C2ED4B
Text Example
Text Example
White with #C2ED4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ED4B; }
p { color: rgb(194,237,75); }
H1.HeaderClassName
{
color: #C2ED4B;
}
.AnyTagClassName
{
color: #C2ED4B;
}
</style>
background-color css
<style>
a { background-color: #C2ED4B; }
a { background-color: rgb(194,237,75); }
div.DivClassName
{
background-color: #C2ED4B;
}
.BgClassName
{
background-color: #C2ED4B;
}
</style>
border-color css
<style>
span { border-color: #C2ED4B; }
span { border-color: rgb(194,237,75); }
td.TdClassName
{
border-color: #C2ED4B;
}
.TagClassName
{
border-color: #C2ED4B;
}
</style>