Shades of Conifer #C2EE5B
Tints of Conifer #C2EE5B
RGB
CMYK
RGB Variations
Color information
#C2EE5B (or 0xC2EE5B) is known color: Conifer. HEX triplet: C2, EE and 5B. RGB value is (194,238,91). Sum of RGB (Red+Green+Blue) = 194+238+91=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 238 (93.36% from 255 or 45.51% from 523); Blue value is 91 (35.94% from 255 or 17.40% from 523); Max value from RGB is 238 - color contains mainly: green. Hex color #C2EE5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EE5B is #3D11A4. Grayscale: #D0D0D0. Windows color (decimal): -4002213 or 6024898. OLE color: 6024898.
HSL color Cylindrical-coordinate representation of color #C2EE5B: hue angle of 77.96º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C2EE5B is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 238 | 91 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.07 |
| HSL | 77.96º | 0.81% | 0.65% | - |
| HSV(B) | 77.96º | 0.62% | 0.93% | - |
| XYZ | 54.71 | 73.37 | 21.18 | - |
| YUV | 208.09 | 61.92 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 238 | 91 | 0.18 | 0 | 0.62 | 0.07 | 77.96 | 0.81 | 0.65 |
| Hex | C2 | EE | 5B | 12 | 0 | 3E | 7 | 4E | 51 | 41 |
| Octal | 302 | 356 | 133 | 22 | 0 | 76 | 7 | 116 | 121 | 101 |
| Binary | 11000010 | 11101110 | 1011011 | 10010 | 0 | 111110 | 111 | 1001110 | 1010001 | 1000001 |
Color Harmonies of #C2EE5B
Complementary color
Monochromatic Colors of #C2EE5B
Black with #C2EE5B
Text Example
Text Example
White with #C2EE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EE5B; }
p { color: rgb(194,238,91); }
H1.HeaderClassName
{
color: #C2EE5B;
}
.AnyTagClassName
{
color: #C2EE5B;
}
</style>
background-color css
<style>
a { background-color: #C2EE5B; }
a { background-color: rgb(194,238,91); }
div.DivClassName
{
background-color: #C2EE5B;
}
.BgClassName
{
background-color: #C2EE5B;
}
</style>
border-color css
<style>
span { border-color: #C2EE5B; }
span { border-color: rgb(194,238,91); }
td.TdClassName
{
border-color: #C2EE5B;
}
.TagClassName
{
border-color: #C2EE5B;
}
</style>