#53AF1B

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

Shades of Kelly Green #53AF1B

Tints of Kelly Green #53AF1B

Color information

#53AF1B (or 0x53AF1B) is unknown color: approx Kelly Green. HEX triplet: 53, AF and 1B. RGB value is (83,175,27). Sum of RGB (Red+Green+Blue) = 83+175+27=285 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.12% from 285); Green value is 175 (68.75% from 255 or 61.40% from 285); Blue value is 27 (10.94% from 255 or 9.47% from 285); Max value from RGB is 175 - color contains mainly: green. Hex color #53AF1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AF1B is #AC50E4. Grayscale: #838383. Windows color (decimal): -11292901 or 1814355. OLE color: 1814355.

HSL color Cylindrical-coordinate representation of color #53AF1B: hue angle of 97.3º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #53AF1B is Cyan = 0.53, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB8317527-
CMYK0.5300.850.31
HSL97.3º73.27%39.61%-
HSV(B)97.3º84.57%68.63%-
XYZ19.132.586.32-
YUV130.6269.5294.03-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.12%
GREEN value IS 175 (68.75% from 255) = 61.40%
BLUE value IS 27 (10.94% from 255) = 9.47%
R=29.12%
G=61.40%
B=9.47%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal83175270.5300.850.3197.373.2739.61
Hex53AF1B350551F614928
Octal123257336501253714111150
Binary10100111010111111011110101010101011111111000011001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AF1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,175,27); }

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

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

 a { background-color: rgb(83,175,27); }

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

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

 span { border-color: rgb(83,175,27); }

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