Html Css Color HEX #50B925 Kelly Green

📋 copy color: '#50B925'

red 80 ◦ green 185 ◦ blue 37

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

Shades of Kelly Green #50B925

Tints of Kelly Green #50B925

RGB

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

 GREEN value IS 185 (72.66% from 255) = 61.26%

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

R = 26.49%
G = 61.26%
B = 12.25%

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

#50B925 (or 0x50B925) is known color: Kelly Green. HEX triplet: 50, B9 and 25. RGB value is (80,185,37). Sum of RGB (Red+Green+Blue) = 80+185+37=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 185 (72.66% from 255 or 61.26% from 302); Blue value is 37 (14.84% from 255 or 12.25% from 302); Max value from RGB is 185 - color contains mainly: green. Hex color #50B925 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B925 is #AF46DA. Grayscale: #898989. Windows color (decimal): -11486939 or 2472272. OLE color: 2472272.

HSL color Cylindrical-coordinate representation of color #50B925: hue angle of 102.57º 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 #50B925 is Cyan = 0.57, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 185 37 -
CMYK 0.57 0 0.80 0.27
HSL 102.57º 0.67% 0.44% -
HSV(B) 102.57º 0.8% 0.73% -
XYZ 20.99 36.54 7.7 -
YUV 136.73 71.71 87.53 -
System Red Green Blue C M Y K H S L
Decimal 80 185 37 0.57 0 0.80 0.27 102.57 0.67 0.44
Hex 50 B9 25 39 0 50 1B 67 43 2C
Octal 120 271 45 71 0 120 33 147 103 54
Binary 1010000 10111001 100101 111001 0 1010000 11011 1100111 1000011 101100

Color Harmonies of #50B925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B925

Black with #50B925

Text Example


Text Example

White with #50B925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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