Html Css Color HEX #53A30E Kelly Green

📋 copy color: '#53A30E'

red 83 ◦ green 163 ◦ blue 14

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

Shades of Kelly Green #53A30E

Tints of Kelly Green #53A30E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 62.69%

 BLUE value IS 14 (5.86% from 255) = 5.38%

R = 31.92%
G = 62.69%
B = 5.38%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#53A30E (or 0x53A30E) is known color: Kelly Green. HEX triplet: 53, A3 and 0E. RGB value is (83,163,14). Sum of RGB (Red+Green+Blue) = 83+163+14=260 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.92% from 260); Green value is 163 (64.06% from 255 or 62.69% from 260); Blue value is 14 (5.86% from 255 or 5.38% from 260); Max value from RGB is 163 - color contains mainly: green. Hex color #53A30E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53A30E is #AC5CF1. Grayscale: #7A7A7A. Windows color (decimal): -11295986 or 959315. OLE color: 959315.

HSL color Cylindrical-coordinate representation of color #53A30E: hue angle of 92.21º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #53A30E is Cyan = 0.49, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 83 163 14 -
CMYK 0.49 0 0.91 0.36
HSL 92.21º 0.84% 0.35% -
HSV(B) 92.21º 0.91% 0.64% -
XYZ 16.74 28.07 4.95 -
YUV 122.09 67 100.12 -
System Red Green Blue C M Y K H S L
Decimal 83 163 14 0.49 0 0.91 0.36 92.21 0.84 0.35
Hex 53 A3 E 31 0 5B 24 5C 54 23
Octal 123 243 16 61 0 133 44 134 124 43
Binary 1010011 10100011 1110 110001 0 1011011 100100 1011100 1010100 100011

Color Harmonies of #53A30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A30E

Black with #53A30E

Text Example


Text Example

White with #53A30E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,163,14); }

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

background-color css

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

 a { background-color: rgb(83,163,14); }

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

border-color css

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

 span { border-color: rgb(83,163,14); }

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