Html Css Color HEX #50B42D Kelly Green

📋 copy color: '#50B42D'

red 80 ◦ green 180 ◦ blue 45

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

Shades of Kelly Green #50B42D

Tints of Kelly Green #50B42D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.75%

R = 26.23%
G = 59.02%
B = 14.75%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#50B42D (or 0x50B42D) is known color: Kelly Green. HEX triplet: 50, B4 and 2D. RGB value is (80,180,45). Sum of RGB (Red+Green+Blue) = 80+180+45=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 180 (70.70% from 255 or 59.02% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 180 - color contains mainly: green. Hex color #50B42D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B42D is #AF4BD2. Grayscale: #878787. Windows color (decimal): -11488211 or 2995280. OLE color: 2995280.

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

Color convert

RGB 80 180 45 -
CMYK 0.56 0 0.75 0.29
HSL 104.44º 0.6% 0.44% -
HSV(B) 104.44º 0.75% 0.71% -
XYZ 20.1 34.54 8.09 -
YUV 134.71 77.37 88.98 -
System Red Green Blue C M Y K H S L
Decimal 80 180 45 0.56 0 0.75 0.29 104.44 0.6 0.44
Hex 50 B4 2D 38 0 4B 1D 68 3C 2C
Octal 120 264 55 70 0 113 35 150 74 54
Binary 1010000 10110100 101101 111000 0 1001011 11101 1101000 111100 101100

Color Harmonies of #50B42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B42D

Black with #50B42D

Text Example


Text Example

White with #50B42D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,180,45); }

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

background-color css

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

 a { background-color: rgb(80,180,45); }

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

border-color css

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

 span { border-color: rgb(80,180,45); }

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