Html Css Color HEX #50D50B Kelly Green

📋 copy color: '#50D50B'

red 80 ◦ green 213 ◦ blue 11

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

Shades of Kelly Green #50D50B

Tints of Kelly Green #50D50B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 70.07%

 BLUE value IS 11 (4.69% from 255) = 3.62%

R = 26.32%
G = 70.07%
B = 3.62%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#50D50B (or 0x50D50B) is known color: Kelly Green. HEX triplet: 50, D5 and 0B. RGB value is (80,213,11). Sum of RGB (Red+Green+Blue) = 80+213+11=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 213 (83.59% from 255 or 70.07% from 304); Blue value is 11 (4.69% from 255 or 3.62% from 304); Max value from RGB is 213 - color contains mainly: green. Hex color #50D50B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50D50B is #AF2AF4. Grayscale: #969696. Windows color (decimal): -11479797 or 775504. OLE color: 775504.

HSL color Cylindrical-coordinate representation of color #50D50B: hue angle of 99.5º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #50D50B is Cyan = 0.62, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 213 11 -
CMYK 0.62 0 0.95 0.16
HSL 99.5º 0.9% 0.44% -
HSV(B) 99.5º 0.95% 0.84% -
XYZ 27.16 49.32 8.4 -
YUV 150.21 49.44 77.93 -
System Red Green Blue C M Y K H S L
Decimal 80 213 11 0.62 0 0.95 0.16 99.5 0.9 0.44
Hex 50 D5 B 3E 0 5F 10 64 5A 2C
Octal 120 325 13 76 0 137 20 144 132 54
Binary 1010000 11010101 1011 111110 0 1011111 10000 1100100 1011010 101100

Color Harmonies of #50D50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D50B

Black with #50D50B

Text Example


Text Example

White with #50D50B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,213,11); }

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

background-color css

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

 a { background-color: rgb(80,213,11); }

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

border-color css

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

 span { border-color: rgb(80,213,11); }

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