#93fe5b

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

Shades of Conifer #93FE5B

Tints of Conifer #93FE5B

Color information

#93FE5B (or 0x93FE5B) is unknown color: approx Conifer. HEX triplet: 93, FE and 5B. RGB value is (147,254,91). Sum of RGB (Red+Green+Blue) = 147+254+91=492 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.88% from 492); Green value is 254 (99.61% from 255 or 51.63% from 492); Blue value is 91 (35.94% from 255 or 18.50% from 492); Max value from RGB is 254 - color contains mainly: green. Hex color #93FE5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93FE5B is #6C01A4. Grayscale: #CBCBCB. Windows color (decimal): -7078309 or 6028947. OLE color: 6028947.

HSL color Cylindrical-coordinate representation of color #93FE5B: hue angle of 99.39º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #93FE5B is Cyan = 0.42, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.

Color convert

RGB14725491-
CMYK0.4200.640.00
HSL99.39º98.79%67.65%-
HSV(B)99.39º64.17%99.61%-
XYZ49.3677.8422.32-
YUV203.4264.5587.75-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.88%
GREEN value IS 254 (99.61% from 255) = 51.63%
BLUE value IS 91 (35.94% from 255) = 18.50%
R=29.88%
G=51.63%
B=18.50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal147254910.4200.640.0099.3998.7967.65
Hex93FE5B2A0400636344
Octal2233761335201000143143104
Binary10010011111111101011011101010010000000110001111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93fe5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,254,91); }

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

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

 a { background-color: rgb(147,254,91); }

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

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

 span { border-color: rgb(147,254,91); }

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