Html Css Color HEX #50AC04 Kelly Green

📋 copy color: '#50AC04'

red 80 ◦ green 172 ◦ blue 4

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

Shades of Kelly Green #50AC04

Tints of Kelly Green #50AC04

RGB

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

 GREEN value IS 172 (67.58% from 255) = 67.19%

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

R = 31.25%
G = 67.19%
B = 1.56%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#50AC04 (or 0x50AC04) is known color: Kelly Green. HEX triplet: 50, AC and 04. RGB value is (80,172,4). Sum of RGB (Red+Green+Blue) = 80+172+4=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 172 (67.58% from 255 or 67.19% from 256); Blue value is 4 (1.95% from 255 or 1.56% from 256); Max value from RGB is 172 - color contains mainly: green. Hex color #50AC04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50AC04 is #AF53FB. Grayscale: #7D7D7D. Windows color (decimal): -11490300 or 306256. OLE color: 306256.

HSL color Cylindrical-coordinate representation of color #50AC04: hue angle of 92.86º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #50AC04 is Cyan = 0.53, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 172 4 -
CMYK 0.53 0 0.98 0.33
HSL 92.86º 0.95% 0.35% -
HSV(B) 92.86º 0.98% 0.67% -
XYZ 18.08 31.22 5.19 -
YUV 125.34 59.52 95.66 -
System Red Green Blue C M Y K H S L
Decimal 80 172 4 0.53 0 0.98 0.33 92.86 0.95 0.35
Hex 50 AC 4 35 0 62 21 5D 5F 23
Octal 120 254 4 65 0 142 41 135 137 43
Binary 1010000 10101100 100 110101 0 1100010 100001 1011101 1011111 100011

Color Harmonies of #50AC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AC04

Black with #50AC04

Text Example


Text Example

White with #50AC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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