Html Css Color HEX #50BE2B Kelly Green

📋 copy color: '#50BE2B'

red 80 ◦ green 190 ◦ blue 43

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

Shades of Kelly Green #50BE2B

Tints of Kelly Green #50BE2B

RGB

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

 GREEN value IS 190 (74.61% from 255) = 60.7%

 BLUE value IS 43 (17.19% from 255) = 13.74%

R = 25.56%
G = 60.7%
B = 13.74%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#50BE2B (or 0x50BE2B) is known color: Kelly Green. HEX triplet: 50, BE and 2B. RGB value is (80,190,43). Sum of RGB (Red+Green+Blue) = 80+190+43=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 190 (74.61% from 255 or 60.70% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 190 - color contains mainly: green. Hex color #50BE2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BE2B is #AF41D4. Grayscale: #8C8C8C. Windows color (decimal): -11485653 or 2866768. OLE color: 2866768.

HSL color Cylindrical-coordinate representation of color #50BE2B: hue angle of 104.9º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50BE2B is Cyan = 0.58, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 190 43 -
CMYK 0.58 0 0.77 0.25
HSL 104.9º 0.63% 0.46% -
HSV(B) 104.9º 0.77% 0.75% -
XYZ 22.16 38.71 8.59 -
YUV 140.35 73.06 84.95 -
System Red Green Blue C M Y K H S L
Decimal 80 190 43 0.58 0 0.77 0.25 104.9 0.63 0.46
Hex 50 BE 2B 3A 0 4D 19 69 3F 2E
Octal 120 276 53 72 0 115 31 151 77 56
Binary 1010000 10111110 101011 111010 0 1001101 11001 1101001 111111 101110

Color Harmonies of #50BE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BE2B

Black with #50BE2B

Text Example


Text Example

White with #50BE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,190,43); }

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

background-color css

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

 a { background-color: rgb(80,190,43); }

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

border-color css

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

 span { border-color: rgb(80,190,43); }

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