Html Css Color HEX #50DA07 Kelly Green

📋 copy color: '#50DA07'

red 80 ◦ green 218 ◦ blue 7

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

Shades of Kelly Green #50DA07

Tints of Kelly Green #50DA07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.3%

R = 26.23%
G = 71.48%
B = 2.3%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#50DA07 (or 0x50DA07) is known color: Kelly Green. HEX triplet: 50, DA and 07. RGB value is (80,218,7). Sum of RGB (Red+Green+Blue) = 80+218+7=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 218 (85.55% from 255 or 71.48% from 305); Blue value is 7 (3.12% from 255 or 2.30% from 305); Max value from RGB is 218 - color contains mainly: green. Hex color #50DA07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50DA07 is #AF25F8. Grayscale: #999999. Windows color (decimal): -11478521 or 514640. OLE color: 514640.

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

Color convert

RGB 80 218 7 -
CMYK 0.63 0 0.97 0.15
HSL 99.24º 0.94% 0.44% -
HSV(B) 99.24º 0.97% 0.85% -
XYZ 28.42 51.86 8.71 -
YUV 152.68 45.78 76.16 -
System Red Green Blue C M Y K H S L
Decimal 80 218 7 0.63 0 0.97 0.15 99.24 0.94 0.44
Hex 50 DA 7 3F 0 61 F 63 5E 2C
Octal 120 332 7 77 0 141 17 143 136 54
Binary 1010000 11011010 111 111111 0 1100001 1111 1100011 1011110 101100

Color Harmonies of #50DA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DA07

Black with #50DA07

Text Example


Text Example

White with #50DA07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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