#93D214

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

Shades of Yellow Green #93D214

Tints of Yellow Green #93D214

Color information

#93D214 (or 0x93D214) is unknown color: approx Yellow Green. HEX triplet: 93, D2 and 14. RGB value is (147,210,20). Sum of RGB (Red+Green+Blue) = 147+210+20=377 (49% of max value = 765). Red value is 147 (57.81% from 255 or 38.99% from 377); Green value is 210 (82.42% from 255 or 55.70% from 377); Blue value is 20 (8.20% from 255 or 5.31% from 377); Max value from RGB is 210 - color contains mainly: green. Hex color #93D214 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93D214 is #6C2DEB. Grayscale: #AAAAAA. Windows color (decimal): -7089644 or 1364627. OLE color: 1364627.

HSL color Cylindrical-coordinate representation of color #93D214: hue angle of 79.89º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #93D214 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB14721020-
CMYK0.3000.900.18
HSL79.89º82.61%45.1%-
HSV(B)79.89º90.48%82.35%-
XYZ35.2152.358.91-
YUV169.543.63111.95-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.99%
GREEN value IS 210 (82.42% from 255) = 55.70%
BLUE value IS 20 (8.20% from 255) = 5.31%
R=38.99%
G=55.70%
B=5.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal147210200.3000.900.1879.8982.6145.1
Hex93D2141E05A1250532d
Octal223322243601322212012355
Binary10010011110100101010011110010110101001010100001010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,210,20); }

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

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

 a { background-color: rgb(147,210,20); }

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

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

 span { border-color: rgb(147,210,20); }

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