#93d832

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

Shades of Yellow Green #93D832

Tints of Yellow Green #93D832

Color information

#93D832 (or 0x93D832) is unknown color: approx Yellow Green. HEX triplet: 93, D8 and 32. RGB value is (147,216,50). Sum of RGB (Red+Green+Blue) = 147+216+50=413 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.59% from 413); Green value is 216 (84.77% from 255 or 52.30% from 413); Blue value is 50 (19.92% from 255 or 12.11% from 413); Max value from RGB is 216 - color contains mainly: green. Hex color #93D832 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93D832 is #6C27CD. Grayscale: #B1B1B1. Windows color (decimal): -7088078 or 3332243. OLE color: 3332243.

HSL color Cylindrical-coordinate representation of color #93D832: hue angle of 84.94º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #93D832 is Cyan = 0.32, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB14721650-
CMYK0.3200.770.15
HSL84.94º68.03%52.16%-
HSV(B)84.94º76.85%84.71%-
XYZ37.1655.5511.78-
YUV176.4456.64107-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.59%
GREEN value IS 216 (84.77% from 255) = 52.30%
BLUE value IS 50 (19.92% from 255) = 12.11%
R=35.59%
G=52.30%
B=12.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal147216500.3200.770.1584.9468.0352.16
Hex93D8322004DF554434
Octal223330624001151712510464
Binary100100111101100011001010000001001101111110101011000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93d832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,216,50); }

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

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

 a { background-color: rgb(147,216,50); }

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

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

 span { border-color: rgb(147,216,50); }

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