Shades of Conifer #C2EE4B
Tints of Conifer #C2EE4B
RGB
CMYK
RGB Variations
Color information
#C2EE4B (or 0xC2EE4B) is known color: Conifer. HEX triplet: C2, EE and 4B. RGB value is (194,238,75). Sum of RGB (Red+Green+Blue) = 194+238+75=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 238 (93.36% from 255 or 46.94% from 507); Blue value is 75 (29.69% from 255 or 14.79% from 507); Max value from RGB is 238 - color contains mainly: green. Hex color #C2EE4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2EE4B is #3D11B4. Grayscale: #CECECE. Windows color (decimal): -4002229 or 4976322. OLE color: 4976322.
HSL color Cylindrical-coordinate representation of color #C2EE4B: hue angle of 76.2º degrees, saturation: 0.83, 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 #C2EE4B is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 238 | 75 | - |
| CMYK | 0.18 | 0 | 0.68 | 0.07 |
| HSL | 76.2º | 0.83% | 0.61% | - |
| HSV(B) | 76.2º | 0.68% | 0.93% | - |
| XYZ | 54.09 | 73.13 | 17.92 | - |
| YUV | 206.26 | 53.92 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 238 | 75 | 0.18 | 0 | 0.68 | 0.07 | 76.2 | 0.83 | 0.61 |
| Hex | C2 | EE | 4B | 12 | 0 | 44 | 7 | 4C | 53 | 3D |
| Octal | 302 | 356 | 113 | 22 | 0 | 104 | 7 | 114 | 123 | 75 |
| Binary | 11000010 | 11101110 | 1001011 | 10010 | 0 | 1000100 | 111 | 1001100 | 1010011 | 111101 |
Color Harmonies of #C2EE4B
Complementary color
Monochromatic Colors of #C2EE4B
Black with #C2EE4B
Text Example
Text Example
White with #C2EE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EE4B; }
p { color: rgb(194,238,75); }
H1.HeaderClassName
{
color: #C2EE4B;
}
.AnyTagClassName
{
color: #C2EE4B;
}
</style>
background-color css
<style>
a { background-color: #C2EE4B; }
a { background-color: rgb(194,238,75); }
div.DivClassName
{
background-color: #C2EE4B;
}
.BgClassName
{
background-color: #C2EE4B;
}
</style>
border-color css
<style>
span { border-color: #C2EE4B; }
span { border-color: rgb(194,238,75); }
td.TdClassName
{
border-color: #C2EE4B;
}
.TagClassName
{
border-color: #C2EE4B;
}
</style>