#93F85B

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

Shades of Conifer #93F85B

Tints of Conifer #93F85B

Color information

#93F85B (or 0x93F85B) is unknown color: approx Conifer. HEX triplet: 93, F8 and 5B. RGB value is (147,248,91). Sum of RGB (Red+Green+Blue) = 147+248+91=486 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.25% from 486); Green value is 248 (97.27% from 255 or 51.03% from 486); Blue value is 91 (35.94% from 255 or 18.72% from 486); Max value from RGB is 248 - color contains mainly: green. Hex color #93F85B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93F85B is #6C07A4. Grayscale: #C8C8C8. Windows color (decimal): -7079845 or 6027411. OLE color: 6027411.

HSL color Cylindrical-coordinate representation of color #93F85B: hue angle of 98.6º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #93F85B is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB14724891-
CMYK0.4100.630.03
HSL98.6º91.81%66.47%-
HSV(B)98.6º63.31%97.25%-
XYZ47.4974.0921.7-
YUV199.966.5490.27-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.25%
GREEN value IS 248 (97.27% from 255) = 51.03%
BLUE value IS 91 (35.94% from 255) = 18.72%
R=30.25%
G=51.03%
B=18.72%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal147248910.4100.630.0398.691.8166.47
Hex93F85B2903F3635c42
Octal223370133510773143134102
Binary10010011111110001011011101001011111111110001110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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