Html Css Color HEX #50AF04 Kelly Green

📋 copy color: '#50AF04'

red 80 ◦ green 175 ◦ blue 4

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

Shades of Kelly Green #50AF04

Tints of Kelly Green #50AF04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.54%

R = 30.89%
G = 67.57%
B = 1.54%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#50AF04 (or 0x50AF04) is known color: Kelly Green. HEX triplet: 50, AF and 04. RGB value is (80,175,4). Sum of RGB (Red+Green+Blue) = 80+175+4=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 175 (68.75% from 255 or 67.57% from 259); Blue value is 4 (1.95% from 255 or 1.54% from 259); Max value from RGB is 175 - color contains mainly: green. Hex color #50AF04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50AF04 is #AF50FB. Grayscale: #7F7F7F. Windows color (decimal): -11489532 or 307024. OLE color: 307024.

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

Color convert

RGB 80 175 4 -
CMYK 0.54 0 0.98 0.31
HSL 93.33º 0.96% 0.35% -
HSV(B) 93.33º 0.98% 0.69% -
XYZ 18.66 32.37 5.38 -
YUV 127.1 58.53 94.4 -
System Red Green Blue C M Y K H S L
Decimal 80 175 4 0.54 0 0.98 0.31 93.33 0.96 0.35
Hex 50 AF 4 36 0 62 1F 5D 60 23
Octal 120 257 4 66 0 142 37 135 140 43
Binary 1010000 10101111 100 110110 0 1100010 11111 1011101 1100000 100011

Color Harmonies of #50AF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AF04

Black with #50AF04

Text Example


Text Example

White with #50AF04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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