Html Css Color HEX #50BB25 Kelly Green

📋 copy color: '#50BB25'

red 80 ◦ green 187 ◦ blue 37

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

Shades of Kelly Green #50BB25

Tints of Kelly Green #50BB25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.17%

R = 26.32%
G = 61.51%
B = 12.17%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#50BB25 (or 0x50BB25) is known color: Kelly Green. HEX triplet: 50, BB and 25. RGB value is (80,187,37). Sum of RGB (Red+Green+Blue) = 80+187+37=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 187 (73.44% from 255 or 61.51% from 304); Blue value is 37 (14.84% from 255 or 12.17% from 304); Max value from RGB is 187 - color contains mainly: green. Hex color #50BB25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BB25 is #AF44DA. Grayscale: #8A8A8A. Windows color (decimal): -11486427 or 2472784. OLE color: 2472784.

HSL color Cylindrical-coordinate representation of color #50BB25: hue angle of 102.8º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #50BB25 is Cyan = 0.57, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 187 37 -
CMYK 0.57 0 0.80 0.27
HSL 102.8º 0.67% 0.44% -
HSV(B) 102.8º 0.8% 0.73% -
XYZ 21.41 37.38 7.84 -
YUV 137.91 71.05 86.7 -
System Red Green Blue C M Y K H S L
Decimal 80 187 37 0.57 0 0.80 0.27 102.8 0.67 0.44
Hex 50 BB 25 39 0 50 1B 67 43 2C
Octal 120 273 45 71 0 120 33 147 103 54
Binary 1010000 10111011 100101 111001 0 1010000 11011 1100111 1000011 101100

Color Harmonies of #50BB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BB25

Black with #50BB25

Text Example


Text Example

White with #50BB25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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