Html Css Color HEX #93E155 Conifer

📋 copy color: '#93E155'

red 147 ◦ green 225 ◦ blue 85

#93E155
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #93E155

Tints of Conifer #93E155

RGB

 RED value IS 147 (57.81% from 255) = 32.17%

 GREEN value IS 225 (88.28% from 255) = 49.23%

 BLUE value IS 85 (33.59% from 255) = 18.6%

R = 32.17%
G = 49.23%
B = 18.6%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#93E155 (or 0x93E155) is known color: Conifer. HEX triplet: 93, E1 and 55. RGB value is (147,225,85). Sum of RGB (Red+Green+Blue) = 147+225+85=457 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.17% from 457); Green value is 225 (88.28% from 255 or 49.23% from 457); Blue value is 85 (33.59% from 255 or 18.60% from 457); Max value from RGB is 225 - color contains mainly: green. Hex color #93E155 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93E155 is #6C1EAA. Grayscale: #BABABA. Windows color (decimal): -7085739 or 5628307. OLE color: 5628307.

HSL color Cylindrical-coordinate representation of color #93E155: hue angle of 93.43º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #93E155 is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB 147 225 85 -
CMYK 0.35 0 0.62 0.12
HSL 93.43º 0.7% 0.61% -
HSV(B) 93.43º 0.62% 0.88% -
XYZ 40.6 60.71 18.17 -
YUV 185.72 71.16 100.38 -
System Red Green Blue C M Y K H S L
Decimal 147 225 85 0.35 0 0.62 0.12 93.43 0.7 0.61
Hex 93 E1 55 23 0 3E C 5D 46 3D
Octal 223 341 125 43 0 76 14 135 106 75
Binary 10010011 11100001 1010101 100011 0 111110 1100 1011101 1000110 111101

Color Harmonies of #93E155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93E155

Black with #93E155

Text Example


Text Example

White with #93E155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,225,85); }

 H1.HeaderClassName
 {
   color: #93E155;
 }
 .AnyTagClassName
 {
   color: #93E155;
 }
</style>

background-color css

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

 a { background-color: rgb(147,225,85); }

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

border-color css

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

 span { border-color: rgb(147,225,85); }

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