Html Css Color HEX #50BC1E Kelly Green

📋 copy color: '#50BC1E'

red 80 ◦ green 188 ◦ blue 30

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

Shades of Kelly Green #50BC1E

Tints of Kelly Green #50BC1E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 63.09%

 BLUE value IS 30 (12.11% from 255) = 10.07%

R = 26.85%
G = 63.09%
B = 10.07%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#50BC1E (or 0x50BC1E) is known color: Kelly Green. HEX triplet: 50, BC and 1E. RGB value is (80,188,30). Sum of RGB (Red+Green+Blue) = 80+188+30=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 188 (73.83% from 255 or 63.09% from 298); Blue value is 30 (12.11% from 255 or 10.07% from 298); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BC1E is #AF43E1. Grayscale: #8A8A8A. Windows color (decimal): -11486178 or 2014288. OLE color: 2014288.

HSL color Cylindrical-coordinate representation of color #50BC1E: hue angle of 101.01º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #50BC1E is Cyan = 0.57, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 188 30 -
CMYK 0.57 0 0.84 0.26
HSL 101.01º 0.72% 0.43% -
HSV(B) 101.01º 0.84% 0.74% -
XYZ 21.53 37.77 7.38 -
YUV 137.7 67.22 86.85 -
System Red Green Blue C M Y K H S L
Decimal 80 188 30 0.57 0 0.84 0.26 101.01 0.72 0.43
Hex 50 BC 1E 39 0 54 1A 65 48 2B
Octal 120 274 36 71 0 124 32 145 110 53
Binary 1010000 10111100 11110 111001 0 1010100 11010 1100101 1001000 101011

Color Harmonies of #50BC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BC1E

Black with #50BC1E

Text Example


Text Example

White with #50BC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,188,30); }

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

background-color css

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

 a { background-color: rgb(80,188,30); }

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

border-color css

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

 span { border-color: rgb(80,188,30); }

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