#93EA52

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

Shades of Conifer #93EA52

Tints of Conifer #93EA52

Color information

#93EA52 (or 0x93EA52) is unknown color: approx Conifer. HEX triplet: 93, EA and 52. RGB value is (147,234,82). Sum of RGB (Red+Green+Blue) = 147+234+82=463 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.75% from 463); Green value is 234 (91.80% from 255 or 50.54% from 463); Blue value is 82 (32.42% from 255 or 17.71% from 463); Max value from RGB is 234 - color contains mainly: green. Hex color #93EA52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93EA52 is #6C15AD. Grayscale: #BFBFBF. Windows color (decimal): -7083438 or 5434003. OLE color: 5434003.

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

Color convert

RGB14723482-
CMYK0.3700.650.08
HSL94.34º78.35%61.96%-
HSV(B)94.34º64.96%91.76%-
XYZ42.9865.6618.39-
YUV190.6666.6896.86-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.75%
GREEN value IS 234 (91.80% from 255) = 50.54%
BLUE value IS 82 (32.42% from 255) = 17.71%
R=31.75%
G=50.54%
B=17.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal147234820.3700.650.0894.3478.3561.96
Hex93EA522504185e4e3e
Octal2233521224501011013611676
Binary1001001111101010101001010010101000001100010111101001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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