Html Css Color HEX #53AB14 Kelly Green

📋 copy color: '#53AB14'

red 83 ◦ green 171 ◦ blue 20

#53AB14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #53AB14

Tints of Kelly Green #53AB14

RGB

 RED value IS 83 (32.81% from 255) = 30.29%

 GREEN value IS 171 (67.19% from 255) = 62.41%

 BLUE value IS 20 (8.2% from 255) = 7.3%

R = 30.29%
G = 62.41%
B = 7.3%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#53AB14 (or 0x53AB14) is known color: Kelly Green. HEX triplet: 53, AB and 14. RGB value is (83,171,20). Sum of RGB (Red+Green+Blue) = 83+171+20=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 171 (67.19% from 255 or 62.41% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 171 - color contains mainly: green. Hex color #53AB14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53AB14 is #AC54EB. Grayscale: #7F7F7F. Windows color (decimal): -11293932 or 1354579. OLE color: 1354579.

HSL color Cylindrical-coordinate representation of color #53AB14: hue angle of 94.97º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #53AB14 is Cyan = 0.51, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 171 20 -
CMYK 0.51 0 0.88 0.33
HSL 94.97º 0.79% 0.37% -
HSV(B) 94.97º 0.88% 0.67% -
XYZ 18.26 31.02 5.69 -
YUV 127.47 67.35 96.28 -
System Red Green Blue C M Y K H S L
Decimal 83 171 20 0.51 0 0.88 0.33 94.97 0.79 0.37
Hex 53 AB 14 33 0 58 21 5F 4F 25
Octal 123 253 24 63 0 130 41 137 117 45
Binary 1010011 10101011 10100 110011 0 1011000 100001 1011111 1001111 100101

Color Harmonies of #53AB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AB14

Black with #53AB14

Text Example


Text Example

White with #53AB14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,171,20); }

 H1.HeaderClassName
 {
   color: #53AB14;
 }
 .AnyTagClassName
 {
   color: #53AB14;
 }
</style>

background-color css

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

 a { background-color: rgb(83,171,20); }

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

border-color css

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

 span { border-color: rgb(83,171,20); }

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