Html Css Color HEX #50DB07 Kelly Green

📋 copy color: '#50DB07'

red 80 ◦ green 219 ◦ blue 7

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

Shades of Kelly Green #50DB07

Tints of Kelly Green #50DB07

RGB

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

 GREEN value IS 219 (85.94% from 255) = 71.57%

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

R = 26.14%
G = 71.57%
B = 2.29%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#50DB07 (or 0x50DB07) is known color: Kelly Green. HEX triplet: 50, DB and 07. RGB value is (80,219,7). Sum of RGB (Red+Green+Blue) = 80+219+7=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 219 (85.94% from 255 or 71.57% from 306); Blue value is 7 (3.12% from 255 or 2.29% from 306); Max value from RGB is 219 - color contains mainly: green. Hex color #50DB07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50DB07 is #AF24F8. Grayscale: #999999. Windows color (decimal): -11478265 or 514896. OLE color: 514896.

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

Color convert

RGB 80 219 7 -
CMYK 0.63 0 0.97 0.14
HSL 99.34º 0.94% 0.44% -
HSV(B) 99.34º 0.97% 0.86% -
XYZ 28.68 52.38 8.8 -
YUV 153.27 45.45 75.74 -
System Red Green Blue C M Y K H S L
Decimal 80 219 7 0.63 0 0.97 0.14 99.34 0.94 0.44
Hex 50 DB 7 3F 0 61 E 63 5E 2C
Octal 120 333 7 77 0 141 16 143 136 54
Binary 1010000 11011011 111 111111 0 1100001 1110 1100011 1011110 101100

Color Harmonies of #50DB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DB07

Black with #50DB07

Text Example


Text Example

White with #50DB07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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