Html Css Color HEX #50BA2A Kelly Green

📋 copy color: '#50BA2A'

red 80 ◦ green 186 ◦ blue 42

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

Shades of Kelly Green #50BA2A

Tints of Kelly Green #50BA2A

RGB

 RED value IS 80 (31.64% from 255) = 25.97%

 GREEN value IS 186 (73.05% from 255) = 60.39%

 BLUE value IS 42 (16.8% from 255) = 13.64%

R = 25.97%
G = 60.39%
B = 13.64%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#50BA2A (or 0x50BA2A) is known color: Kelly Green. HEX triplet: 50, BA and 2A. RGB value is (80,186,42). Sum of RGB (Red+Green+Blue) = 80+186+42=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 186 (73.05% from 255 or 60.39% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BA2A is #AF45D5. Grayscale: #8A8A8A. Windows color (decimal): -11486678 or 2800208. OLE color: 2800208.

HSL color Cylindrical-coordinate representation of color #50BA2A: hue angle of 104.17º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50BA2A is Cyan = 0.57, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 186 42 -
CMYK 0.57 0 0.77 0.27
HSL 104.17º 0.63% 0.45% -
HSV(B) 104.17º 0.77% 0.73% -
XYZ 21.29 36.99 8.21 -
YUV 137.89 73.88 86.71 -
System Red Green Blue C M Y K H S L
Decimal 80 186 42 0.57 0 0.77 0.27 104.17 0.63 0.45
Hex 50 BA 2A 39 0 4D 1B 68 3F 2D
Octal 120 272 52 71 0 115 33 150 77 55
Binary 1010000 10111010 101010 111001 0 1001101 11011 1101000 111111 101101

Color Harmonies of #50BA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BA2A

Black with #50BA2A

Text Example


Text Example

White with #50BA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50BA2A; }

 p { color: rgb(80,186,42); }

 H1.HeaderClassName
 {
   color: #50BA2A;
 }
 .AnyTagClassName
 {
   color: #50BA2A;
 }
</style>

background-color css

<style>
 a { background-color: #50BA2A; }

 a { background-color: rgb(80,186,42); }

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

border-color css

<style>
 span { border-color: #50BA2A; }

 span { border-color: rgb(80,186,42); }

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