#93ff7f

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

Shades of Light Green #93FF7F

Tints of Light Green #93FF7F

Color information

#93FF7F (or 0x93FF7F) is unknown color: approx Light Green. HEX triplet: 93, FF and 7F. RGB value is (147,255,127). Sum of RGB (Red+Green+Blue) = 147+255+127=529 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.79% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 127 (50% from 255 or 24.01% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #93FF7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93FF7F is #6C0080. Grayscale: #D0D0D0. Windows color (decimal): -7078017 or 8388499. OLE color: 8388499.

HSL color Cylindrical-coordinate representation of color #93FF7F: hue angle of 110.62º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #93FF7F is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB147255127-
CMYK0.4200.500
HSL110.62º100%74.9%-
HSV(B)110.62º50.2%100%-
XYZ51.6279.2632.66-
YUV208.1282.2284.41-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.79%
GREEN value IS 255 (100% from 255) = 48.20%
BLUE value IS 127 (50% from 255) = 24.01%
R=27.79%
G=48.20%
B=24.01%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1472551270.4200.500110.6210074.9
Hex93FF7F2A03206f644b
Octal223377177520620157144113
Binary1001001111111111111111110101001100100110111111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ff7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,255,127); }

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

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

 a { background-color: rgb(147,255,127); }

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

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

 span { border-color: rgb(147,255,127); }

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