Html Css Color HEX #50BB2B Kelly Green

📋 copy color: '#50BB2B'

red 80 ◦ green 187 ◦ blue 43

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

Shades of Kelly Green #50BB2B

Tints of Kelly Green #50BB2B

RGB

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

 GREEN value IS 187 (73.44% from 255) = 60.32%

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

R = 25.81%
G = 60.32%
B = 13.87%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#50BB2B (or 0x50BB2B) is known color: Kelly Green. HEX triplet: 50, BB and 2B. RGB value is (80,187,43). Sum of RGB (Red+Green+Blue) = 80+187+43=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 187 (73.44% from 255 or 60.32% from 310); Blue value is 43 (17.19% from 255 or 13.87% from 310); Max value from RGB is 187 - color contains mainly: green. Hex color #50BB2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BB2B is #AF44D4. Grayscale: #8B8B8B. Windows color (decimal): -11486421 or 2866000. OLE color: 2866000.

HSL color Cylindrical-coordinate representation of color #50BB2B: hue angle of 104.58º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50BB2B is Cyan = 0.57, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 187 43 -
CMYK 0.57 0 0.77 0.27
HSL 104.58º 0.63% 0.45% -
HSV(B) 104.58º 0.77% 0.73% -
XYZ 21.51 37.42 8.37 -
YUV 138.59 74.05 86.21 -
System Red Green Blue C M Y K H S L
Decimal 80 187 43 0.57 0 0.77 0.27 104.58 0.63 0.45
Hex 50 BB 2B 39 0 4D 1B 69 3F 2D
Octal 120 273 53 71 0 115 33 151 77 55
Binary 1010000 10111011 101011 111001 0 1001101 11011 1101001 111111 101101

Color Harmonies of #50BB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BB2B

Black with #50BB2B

Text Example


Text Example

White with #50BB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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