Html Css Color HEX #50B62B Kelly Green

📋 copy color: '#50B62B'

red 80 ◦ green 182 ◦ blue 43

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

Shades of Kelly Green #50B62B

Tints of Kelly Green #50B62B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 59.67%

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

R = 26.23%
G = 59.67%
B = 14.1%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#50B62B (or 0x50B62B) is known color: Kelly Green. HEX triplet: 50, B6 and 2B. RGB value is (80,182,43). Sum of RGB (Red+Green+Blue) = 80+182+43=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 182 (71.48% from 255 or 59.67% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 182 - color contains mainly: green. Hex color #50B62B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B62B is #AF49D4. Grayscale: #888888. Windows color (decimal): -11487701 or 2864720. OLE color: 2864720.

HSL color Cylindrical-coordinate representation of color #50B62B: hue angle of 104.03º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #50B62B is Cyan = 0.56, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 182 43 -
CMYK 0.56 0 0.76 0.29
HSL 104.03º 0.62% 0.44% -
HSV(B) 104.03º 0.76% 0.71% -
XYZ 20.47 35.34 8.03 -
YUV 135.66 75.71 88.3 -
System Red Green Blue C M Y K H S L
Decimal 80 182 43 0.56 0 0.76 0.29 104.03 0.62 0.44
Hex 50 B6 2B 38 0 4C 1D 68 3E 2C
Octal 120 266 53 70 0 114 35 150 76 54
Binary 1010000 10110110 101011 111000 0 1001100 11101 1101000 111110 101100

Color Harmonies of #50B62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B62B

Black with #50B62B

Text Example


Text Example

White with #50B62B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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