Html Css Color HEX #50BB2D Kelly Green

📋 copy color: '#50BB2D'

red 80 ◦ green 187 ◦ blue 45

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

Shades of Kelly Green #50BB2D

Tints of Kelly Green #50BB2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.42%

R = 25.64%
G = 59.94%
B = 14.42%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#50BB2D (or 0x50BB2D) is known color: Kelly Green. HEX triplet: 50, BB and 2D. RGB value is (80,187,45). Sum of RGB (Red+Green+Blue) = 80+187+45=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 187 (73.44% from 255 or 59.94% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 187 - color contains mainly: green. Hex color #50BB2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BB2D is #AF44D2. Grayscale: #8B8B8B. Windows color (decimal): -11486419 or 2997072. OLE color: 2997072.

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

Color convert

RGB 80 187 45 -
CMYK 0.57 0 0.76 0.27
HSL 105.21º 0.61% 0.45% -
HSV(B) 105.21º 0.76% 0.73% -
XYZ 21.55 37.44 8.57 -
YUV 138.82 75.05 86.05 -
System Red Green Blue C M Y K H S L
Decimal 80 187 45 0.57 0 0.76 0.27 105.21 0.61 0.45
Hex 50 BB 2D 39 0 4C 1B 69 3D 2D
Octal 120 273 55 71 0 114 33 151 75 55
Binary 1010000 10111011 101101 111001 0 1001100 11011 1101001 111101 101101

Color Harmonies of #50BB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BB2D

Black with #50BB2D

Text Example


Text Example

White with #50BB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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