Html Css Color HEX #50BC32 Kelly Green

📋 copy color: '#50BC32'

red 80 ◦ green 188 ◦ blue 50

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

Shades of Kelly Green #50BC32

Tints of Kelly Green #50BC32

RGB

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

 GREEN value IS 188 (73.83% from 255) = 59.12%

 BLUE value IS 50 (19.92% from 255) = 15.72%

R = 25.16%
G = 59.12%
B = 15.72%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#50BC32 (or 0x50BC32) is known color: Kelly Green. HEX triplet: 50, BC and 32. RGB value is (80,188,50). Sum of RGB (Red+Green+Blue) = 80+188+50=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 188 (73.83% from 255 or 59.12% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BC32 is #AF43CD. Grayscale: #8C8C8C. Windows color (decimal): -11486158 or 3325008. OLE color: 3325008.

HSL color Cylindrical-coordinate representation of color #50BC32: hue angle of 106.96º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #50BC32 is Cyan = 0.57, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 188 50 -
CMYK 0.57 0 0.73 0.26
HSL 106.96º 0.58% 0.47% -
HSV(B) 106.96º 0.73% 0.74% -
XYZ 21.87 37.9 9.18 -
YUV 139.98 77.22 85.22 -
System Red Green Blue C M Y K H S L
Decimal 80 188 50 0.57 0 0.73 0.26 106.96 0.58 0.47
Hex 50 BC 32 39 0 49 1A 6B 3A 2F
Octal 120 274 62 71 0 111 32 153 72 57
Binary 1010000 10111100 110010 111001 0 1001001 11010 1101011 111010 101111

Color Harmonies of #50BC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BC32

Black with #50BC32

Text Example


Text Example

White with #50BC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,188,50); }

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

background-color css

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

 a { background-color: rgb(80,188,50); }

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

border-color css

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

 span { border-color: rgb(80,188,50); }

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