#93F058

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

Shades of Conifer #93F058

Tints of Conifer #93F058

Color information

#93F058 (or 0x93F058) is unknown color: approx Conifer. HEX triplet: 93, F0 and 58. RGB value is (147,240,88). Sum of RGB (Red+Green+Blue) = 147+240+88=475 (62% of max value = 765). Red value is 147 (57.81% from 255 or 30.95% from 475); Green value is 240 (94.14% from 255 or 50.53% from 475); Blue value is 88 (34.77% from 255 or 18.53% from 475); Max value from RGB is 240 - color contains mainly: green. Hex color #93F058 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93F058 is #6C0FA7. Grayscale: #C3C3C3. Windows color (decimal): -7081896 or 5828755. OLE color: 5828755.

HSL color Cylindrical-coordinate representation of color #93F058: hue angle of 96.71º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #93F058 is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB14724088-
CMYK0.3900.630.06
HSL96.71º83.52%64.31%-
HSV(B)96.71º63.33%94.12%-
XYZ44.9569.2320.23-
YUV194.8667.6993.86-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.95%
GREEN value IS 240 (94.14% from 255) = 50.53%
BLUE value IS 88 (34.77% from 255) = 18.53%
R=30.95%
G=50.53%
B=18.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal147240880.3900.630.0696.7183.5264.31
Hex93F0582703F6615440
Octal223360130470776141124100
Binary100100111111000010110001001110111111110110000110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,240,88); }

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

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

 a { background-color: rgb(147,240,88); }

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

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

 span { border-color: rgb(147,240,88); }

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