Html Css Color HEX #50B02B Kelly Green

📋 copy color: '#50B02B'

red 80 ◦ green 176 ◦ blue 43

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

Shades of Kelly Green #50B02B

Tints of Kelly Green #50B02B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 58.86%

 BLUE value IS 43 (17.19% from 255) = 14.38%

R = 26.76%
G = 58.86%
B = 14.38%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#50B02B (or 0x50B02B) is known color: Kelly Green. HEX triplet: 50, B0 and 2B. RGB value is (80,176,43). Sum of RGB (Red+Green+Blue) = 80+176+43=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 176 (69.14% from 255 or 58.86% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 176 - color contains mainly: green. Hex color #50B02B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50B02B is #AF4FD4. Grayscale: #848484. Windows color (decimal): -11489237 or 2863184. OLE color: 2863184.

HSL color Cylindrical-coordinate representation of color #50B02B: hue angle of 103.31º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #50B02B is Cyan = 0.55, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB 80 176 43 -
CMYK 0.55 0 0.76 0.31
HSL 103.31º 0.61% 0.43% -
HSV(B) 103.31º 0.76% 0.69% -
XYZ 19.27 32.93 7.63 -
YUV 132.13 77.7 90.81 -
System Red Green Blue C M Y K H S L
Decimal 80 176 43 0.55 0 0.76 0.31 103.31 0.61 0.43
Hex 50 B0 2B 37 0 4C 1F 67 3D 2B
Octal 120 260 53 67 0 114 37 147 75 53
Binary 1010000 10110000 101011 110111 0 1001100 11111 1100111 111101 101011

Color Harmonies of #50B02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B02B

Black with #50B02B

Text Example


Text Example

White with #50B02B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,176,43); }

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

background-color css

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

 a { background-color: rgb(80,176,43); }

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

border-color css

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

 span { border-color: rgb(80,176,43); }

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