Html Css Color HEX #53B40C Kelly Green

📋 copy color: '#53B40C'

red 83 ◦ green 180 ◦ blue 12

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

Shades of Kelly Green #53B40C

Tints of Kelly Green #53B40C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 65.45%

 BLUE value IS 12 (5.08% from 255) = 4.36%

R = 30.18%
G = 65.45%
B = 4.36%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#53B40C (or 0x53B40C) is known color: Kelly Green. HEX triplet: 53, B4 and 0C. RGB value is (83,180,12). Sum of RGB (Red+Green+Blue) = 83+180+12=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 180 (70.70% from 255 or 65.45% from 275); Blue value is 12 (5.08% from 255 or 4.36% from 275); Max value from RGB is 180 - color contains mainly: green. Hex color #53B40C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53B40C is #AC4BF3. Grayscale: #848484. Windows color (decimal): -11291636 or 832595. OLE color: 832595.

HSL color Cylindrical-coordinate representation of color #53B40C: hue angle of 94.64º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #53B40C is Cyan = 0.54, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 83 180 12 -
CMYK 0.54 0 0.93 0.29
HSL 94.64º 0.88% 0.38% -
HSV(B) 94.64º 0.93% 0.71% -
XYZ 19.95 34.51 5.96 -
YUV 131.85 60.36 93.16 -
System Red Green Blue C M Y K H S L
Decimal 83 180 12 0.54 0 0.93 0.29 94.64 0.88 0.38
Hex 53 B4 C 36 0 5D 1D 5F 58 26
Octal 123 264 14 66 0 135 35 137 130 46
Binary 1010011 10110100 1100 110110 0 1011101 11101 1011111 1011000 100110

Color Harmonies of #53B40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B40C

Black with #53B40C

Text Example


Text Example

White with #53B40C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,180,12); }

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

background-color css

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

 a { background-color: rgb(83,180,12); }

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

border-color css

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

 span { border-color: rgb(83,180,12); }

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