#93FB84

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

Shades of Light Green #93FB84

Tints of Light Green #93FB84

Color information

#93FB84 (or 0x93FB84) is unknown color: approx Light Green. HEX triplet: 93, FB and 84. RGB value is (147,251,132). Sum of RGB (Red+Green+Blue) = 147+251+132=530 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.74% from 530); Green value is 251 (98.44% from 255 or 47.36% from 530); Blue value is 132 (51.95% from 255 or 24.91% from 530); Max value from RGB is 251 - color contains mainly: green. Hex color #93FB84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93FB84 is #6C047B. Grayscale: #CECECE. Windows color (decimal): -7079036 or 8715155. OLE color: 8715155.

HSL color Cylindrical-coordinate representation of color #93FB84: hue angle of 112.44º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #93FB84 is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB147251132-
CMYK0.4100.470.02
HSL112.44º93.7%75.1%-
HSV(B)112.44º47.41%98.43%-
XYZ50.6976.8633.99-
YUV206.3486.0485.68-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.74%
GREEN value IS 251 (98.44% from 255) = 47.36%
BLUE value IS 132 (51.95% from 255) = 24.91%
R=27.74%
G=47.36%
B=24.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1472511320.4100.470.02112.4493.775.1
Hex93FB842902F2705e4b
Octal223373204510572160136113
Binary100100111111101110000100101001010111110111000010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93FB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,251,132); }

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

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

 a { background-color: rgb(147,251,132); }

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

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

 span { border-color: rgb(147,251,132); }

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