Html Css Color HEX #50AF30 Kelly Green

📋 copy color: '#50AF30'

red 80 ◦ green 175 ◦ blue 48

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

Shades of Kelly Green #50AF30

Tints of Kelly Green #50AF30

RGB

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

 GREEN value IS 175 (68.75% from 255) = 57.76%

 BLUE value IS 48 (19.14% from 255) = 15.84%

R = 26.4%
G = 57.76%
B = 15.84%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#50AF30 (or 0x50AF30) is known color: Kelly Green. HEX triplet: 50, AF and 30. RGB value is (80,175,48). Sum of RGB (Red+Green+Blue) = 80+175+48=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 175 (68.75% from 255 or 57.76% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 175 - color contains mainly: green. Hex color #50AF30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AF30 is #AF50CF. Grayscale: #848484. Windows color (decimal): -11489488 or 3190608. OLE color: 3190608.

HSL color Cylindrical-coordinate representation of color #50AF30: hue angle of 104.88º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #50AF30 is Cyan = 0.54, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 80 175 48 -
CMYK 0.54 0 0.73 0.31
HSL 104.88º 0.57% 0.44% -
HSV(B) 104.88º 0.73% 0.69% -
XYZ 19.17 32.58 8.07 -
YUV 132.12 80.53 90.83 -
System Red Green Blue C M Y K H S L
Decimal 80 175 48 0.54 0 0.73 0.31 104.88 0.57 0.44
Hex 50 AF 30 36 0 49 1F 69 39 2C
Octal 120 257 60 66 0 111 37 151 71 54
Binary 1010000 10101111 110000 110110 0 1001001 11111 1101001 111001 101100

Color Harmonies of #50AF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AF30

Black with #50AF30

Text Example


Text Example

White with #50AF30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,175,48); }

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

background-color css

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

 a { background-color: rgb(80,175,48); }

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

border-color css

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

 span { border-color: rgb(80,175,48); }

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