Html Css Color HEX #50BC34 Kelly Green

📋 copy color: '#50BC34'

red 80 ◦ green 188 ◦ blue 52

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

Shades of Kelly Green #50BC34

Tints of Kelly Green #50BC34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.25%

R = 25%
G = 58.75%
B = 16.25%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#50BC34 (or 0x50BC34) is known color: Kelly Green. HEX triplet: 50, BC and 34. RGB value is (80,188,52). Sum of RGB (Red+Green+Blue) = 80+188+52=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 188 (73.83% from 255 or 58.75% from 320); Blue value is 52 (20.70% from 255 or 16.25% from 320); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BC34 is #AF43CB. Grayscale: #8C8C8C. Windows color (decimal): -11486156 or 3456080. OLE color: 3456080.

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

Color convert

RGB 80 188 52 -
CMYK 0.57 0 0.72 0.26
HSL 107.65º 0.57% 0.47% -
HSV(B) 107.65º 0.72% 0.74% -
XYZ 21.91 37.92 9.41 -
YUV 140.2 78.22 85.06 -
System Red Green Blue C M Y K H S L
Decimal 80 188 52 0.57 0 0.72 0.26 107.65 0.57 0.47
Hex 50 BC 34 39 0 48 1A 6C 39 2F
Octal 120 274 64 71 0 110 32 154 71 57
Binary 1010000 10111100 110100 111001 0 1001000 11010 1101100 111001 101111

Color Harmonies of #50BC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BC34

Black with #50BC34

Text Example


Text Example

White with #50BC34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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