#93F35D

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

Shades of Conifer #93F35D

Tints of Conifer #93F35D

Color information

#93F35D (or 0x93F35D) is unknown color: approx Conifer. HEX triplet: 93, F3 and 5D. RGB value is (147,243,93). Sum of RGB (Red+Green+Blue) = 147+243+93=483 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.43% from 483); Green value is 243 (95.31% from 255 or 50.31% from 483); Blue value is 93 (36.72% from 255 or 19.25% from 483); Max value from RGB is 243 - color contains mainly: green. Hex color #93F35D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93F35D is #6C0CA2. Grayscale: #C5C5C5. Windows color (decimal): -7081123 or 6157203. OLE color: 6157203.

HSL color Cylindrical-coordinate representation of color #93F35D: hue angle of 98.4º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #93F35D is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB14724393-
CMYK0.4000.620.05
HSL98.4º86.21%65.88%-
HSV(B)98.4º61.73%95.29%-
XYZ46.0671.0921.65-
YUV197.269.292.2-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.43%
GREEN value IS 243 (95.31% from 255) = 50.31%
BLUE value IS 93 (36.72% from 255) = 19.25%
R=30.43%
G=50.31%
B=19.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal147243930.4000.620.0598.486.2165.88
Hex93F35D2803E5625642
Octal223363135500765142126102
Binary100100111111001110111011010000111110101110001010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,243,93); }

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

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

 a { background-color: rgb(147,243,93); }

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

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

 span { border-color: rgb(147,243,93); }

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