Html Css Color HEX #50DA04 Kelly Green

📋 copy color: '#50DA04'

red 80 ◦ green 218 ◦ blue 4

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

Shades of Kelly Green #50DA04

Tints of Kelly Green #50DA04

RGB

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

 GREEN value IS 218 (85.55% from 255) = 72.19%

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

R = 26.49%
G = 72.19%
B = 1.32%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#50DA04 (or 0x50DA04) is known color: Kelly Green. HEX triplet: 50, DA and 04. RGB value is (80,218,4). Sum of RGB (Red+Green+Blue) = 80+218+4=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 218 (85.55% from 255 or 72.19% from 302); Blue value is 4 (1.95% from 255 or 1.32% from 302); Max value from RGB is 218 - color contains mainly: green. Hex color #50DA04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50DA04 is #AF25FB. Grayscale: #999999. Windows color (decimal): -11478524 or 318032. OLE color: 318032.

HSL color Cylindrical-coordinate representation of color #50DA04: hue angle of 98.69º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #50DA04 is Cyan = 0.63, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 218 4 -
CMYK 0.63 0 0.98 0.15
HSL 98.69º 0.96% 0.44% -
HSV(B) 98.69º 0.98% 0.85% -
XYZ 28.4 51.86 8.63 -
YUV 152.34 44.28 76.4 -
System Red Green Blue C M Y K H S L
Decimal 80 218 4 0.63 0 0.98 0.15 98.69 0.96 0.44
Hex 50 DA 4 3F 0 62 F 63 60 2C
Octal 120 332 4 77 0 142 17 143 140 54
Binary 1010000 11011010 100 111111 0 1100010 1111 1100011 1100000 101100

Color Harmonies of #50DA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DA04

Black with #50DA04

Text Example


Text Example

White with #50DA04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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