Shades of Conifer #95E253
Tints of Conifer #95E253
RGB
CMYK
RGB Variations
Color information
#95E253 (or 0x95E253) is known color: Conifer. HEX triplet: 95, E2 and 53. RGB value is (149,226,83). Sum of RGB (Red+Green+Blue) = 149+226+83=458 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.53% from 458); Green value is 226 (88.67% from 255 or 49.34% from 458); Blue value is 83 (32.81% from 255 or 18.12% from 458); Max value from RGB is 226 - color contains mainly: green. Hex color #95E253 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95E253 is #6A1DAC. Grayscale: #BBBBBB. Windows color (decimal): -6954413 or 5497493. OLE color: 5497493.
HSL color Cylindrical-coordinate representation of color #95E253: hue angle of 92.31º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #95E253 is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 226 | 83 | - |
| CMYK | 0.34 | 0 | 0.63 | 0.11 |
| HSL | 92.31º | 0.71% | 0.61% | - |
| HSV(B) | 92.31º | 0.63% | 0.89% | - |
| XYZ | 41.15 | 61.41 | 17.87 | - |
| YUV | 186.68 | 69.49 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 226 | 83 | 0.34 | 0 | 0.63 | 0.11 | 92.31 | 0.71 | 0.61 |
| Hex | 95 | E2 | 53 | 22 | 0 | 3F | B | 5C | 47 | 3D |
| Octal | 225 | 342 | 123 | 42 | 0 | 77 | 13 | 134 | 107 | 75 |
| Binary | 10010101 | 11100010 | 1010011 | 100010 | 0 | 111111 | 1011 | 1011100 | 1000111 | 111101 |
Color Harmonies of #95E253
Complementary color
Monochromatic Colors of #95E253
Black with #95E253
Text Example
Text Example
White with #95E253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E253; }
p { color: rgb(149,226,83); }
H1.HeaderClassName
{
color: #95E253;
}
.AnyTagClassName
{
color: #95E253;
}
</style>
background-color css
<style>
a { background-color: #95E253; }
a { background-color: rgb(149,226,83); }
div.DivClassName
{
background-color: #95E253;
}
.BgClassName
{
background-color: #95E253;
}
</style>
border-color css
<style>
span { border-color: #95E253; }
span { border-color: rgb(149,226,83); }
td.TdClassName
{
border-color: #95E253;
}
.TagClassName
{
border-color: #95E253;
}
</style>