#53BD2F

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

Shades of Kelly Green #53BD2F

Tints of Kelly Green #53BD2F

Color information

#53BD2F (or 0x53BD2F) is unknown color: approx Kelly Green. HEX triplet: 53, BD and 2F. RGB value is (83,189,47). Sum of RGB (Red+Green+Blue) = 83+189+47=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 189 (74.22% from 255 or 59.25% from 319); Blue value is 47 (18.75% from 255 or 14.73% from 319); Max value from RGB is 189 - color contains mainly: green. Hex color #53BD2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53BD2F is #AC42D0. Grayscale: #8D8D8D. Windows color (decimal): -11289297 or 3128659. OLE color: 3128659.

HSL color Cylindrical-coordinate representation of color #53BD2F: hue angle of 104.79º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #53BD2F is Cyan = 0.56, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB8318947-
CMYK0.5600.750.26
HSL104.79º60.17%46.27%-
HSV(B)104.79º75.13%74.12%-
XYZ22.2838.448.93-
YUV141.1274.8886.55-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.02%
GREEN value IS 189 (74.22% from 255) = 59.25%
BLUE value IS 47 (18.75% from 255) = 14.73%
R=26.02%
G=59.25%
B=14.73%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal83189470.5600.750.26104.7960.1746.27
Hex53BD2F3804B1A693c2e
Octal12327557700113321517456
Binary10100111011110110111111100001001011110101101001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BD2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,189,47); }

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

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

 a { background-color: rgb(83,189,47); }

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

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

 span { border-color: rgb(83,189,47); }

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