#93FC42

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

Shades of Green Yellow #93FC42

Tints of Green Yellow #93FC42

Color information

#93FC42 (or 0x93FC42) is unknown color: approx Green Yellow. HEX triplet: 93, FC and 42. RGB value is (147,252,66). Sum of RGB (Red+Green+Blue) = 147+252+66=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 252 (98.83% from 255 or 54.19% from 465); Blue value is 66 (26.17% from 255 or 14.19% from 465); Max value from RGB is 252 - color contains mainly: green. Hex color #93FC42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #93FC42 is #6C03BD. Grayscale: #C8C8C8. Windows color (decimal): -7078846 or 4390035. OLE color: 4390035.

HSL color Cylindrical-coordinate representation of color #93FC42: hue angle of 93.87º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #93FC42 is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB14725266-
CMYK0.4200.740.01
HSL93.87º96.88%62.35%-
HSV(B)93.87º73.81%98.82%-
XYZ47.8376.2217.34-
YUV199.452.7190.62-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.61%
GREEN value IS 252 (98.83% from 255) = 54.19%
BLUE value IS 66 (26.17% from 255) = 14.19%
R=31.61%
G=54.19%
B=14.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal147252660.4200.740.0193.8796.8862.35
Hex93FC422A04A15e613e
Octal223374102520112113614176
Binary1001001111111100100001010101001001010110111101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93FC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,252,66); }

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

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

 a { background-color: rgb(147,252,66); }

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

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

 span { border-color: rgb(147,252,66); }

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