#93e852

Color #93E852 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #93E852

Tints of Conifer #93E852

Color information

#93E852 (or 0x93E852) is unknown color: approx Conifer. HEX triplet: 93, E8 and 52. RGB value is (147,232,82). Sum of RGB (Red+Green+Blue) = 147+232+82=461 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.89% from 461); Green value is 232 (91.02% from 255 or 50.33% from 461); Blue value is 82 (32.42% from 255 or 17.79% from 461); Max value from RGB is 232 - color contains mainly: green. Hex color #93E852 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93E852 is #6C17AD. Grayscale: #BEBEBE. Windows color (decimal): -7083950 or 5433491. OLE color: 5433491.

HSL color Cylindrical-coordinate representation of color #93E852: hue angle of 94º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #93E852 is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB14723282-
CMYK0.3700.650.09
HSL94º76.53%61.57%-
HSV(B)94º64.66%90.98%-
XYZ42.4164.5318.2-
YUV189.4867.3497.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 147 (57.81% from 255) = 31.89%
GREEN value IS 232 (91.02% from 255) = 50.33%
BLUE value IS 82 (32.42% from 255) = 17.79%
R=31.89%
G=50.33%
B=17.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal147232820.3700.650.099476.5361.57
Hex93E8522504195e4d3e
Octal2233501224501011113611576
Binary1001001111101000101001010010101000001100110111101001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93e852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93e852; }

 p { color: rgb(147,232,82); }

 H1.HeaderClassName
 {
   color: #93e852;
 }
 .AnyTagClassName
 {
   color: #93e852;
 }
</style>
background-color css

<style>
 a { background-color: #93e852; }

 a { background-color: rgb(147,232,82); }

 div.DivClassName
 {
   background-color: #93e852;
 }
 .BgClassName
 {
   background-color: #93e852;
 }
</style>
border-color css

<style>
 span { border-color: #93e852; }

 span { border-color: rgb(147,232,82); }

 td.TdClassName
 {
   border-color: #93e852;
 }
 .TagClassName
 {
   border-color: #93e852;
 }
</style>