#53ED0D

Color #53ED0D Bright Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Green #53ED0D

Tints of Bright Green #53ED0D

Color information

#53ED0D (or 0x53ED0D) is unknown color: approx Bright Green. HEX triplet: 53, ED and 0D. RGB value is (83,237,13). Sum of RGB (Red+Green+Blue) = 83+237+13=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 237 (92.97% from 255 or 71.17% from 333); Blue value is 13 (5.47% from 255 or 3.90% from 333); Max value from RGB is 237 - color contains mainly: green. Hex color #53ED0D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #53ED0D is #AC12F2. Grayscale: #A6A6A6. Windows color (decimal): -11277043 or 912723. OLE color: 912723.

HSL color Cylindrical-coordinate representation of color #53ED0D: hue angle of 101.25º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #53ED0D is Cyan = 0.65, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB8323713-
CMYK0.6500.950.07
HSL101.25º89.6%49.02%-
HSV(B)101.25º94.51%92.94%-
XYZ33.9262.4410.64-
YUV165.4241.9869.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.92%
GREEN value IS 237 (92.97% from 255) = 71.17%
BLUE value IS 13 (5.47% from 255) = 3.90%
R=24.92%
G=71.17%
B=3.90%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal83237130.6500.950.07101.2589.649.02
Hex53EDD4105F7655a31
Octal123355151010137714513261
Binary101001111101101110110000010101111111111001011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53ED0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53ED0D; }

 p { color: rgb(83,237,13); }

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

<style>
 a { background-color: #53ED0D; }

 a { background-color: rgb(83,237,13); }

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

<style>
 span { border-color: #53ED0D; }

 span { border-color: rgb(83,237,13); }

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