Html Css Color HEX #50DA09 Kelly Green

📋 copy color: '#50DA09'

red 80 ◦ green 218 ◦ blue 9

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

Shades of Kelly Green #50DA09

Tints of Kelly Green #50DA09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.93%

R = 26.06%
G = 71.01%
B = 2.93%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#50DA09 (or 0x50DA09) is known color: Kelly Green. HEX triplet: 50, DA and 09. RGB value is (80,218,9). Sum of RGB (Red+Green+Blue) = 80+218+9=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 218 (85.55% from 255 or 71.01% from 307); Blue value is 9 (3.91% from 255 or 2.93% from 307); Max value from RGB is 218 - color contains mainly: green. Hex color #50DA09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50DA09 is #AF25F6. Grayscale: #999999. Windows color (decimal): -11478519 or 645712. OLE color: 645712.

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

Color convert

RGB 80 218 9 -
CMYK 0.63 0 0.96 0.15
HSL 99.62º 0.92% 0.45% -
HSV(B) 99.62º 0.96% 0.85% -
XYZ 28.43 51.87 8.77 -
YUV 152.91 46.78 75.99 -
System Red Green Blue C M Y K H S L
Decimal 80 218 9 0.63 0 0.96 0.15 99.62 0.92 0.45
Hex 50 DA 9 3F 0 60 F 64 5C 2D
Octal 120 332 11 77 0 140 17 144 134 55
Binary 1010000 11011010 1001 111111 0 1100000 1111 1100100 1011100 101101

Color Harmonies of #50DA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DA09

Black with #50DA09

Text Example


Text Example

White with #50DA09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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