Html Css Color HEX #50BF2C Kelly Green

📋 copy color: '#50BF2C'

red 80 ◦ green 191 ◦ blue 44

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

Shades of Kelly Green #50BF2C

Tints of Kelly Green #50BF2C

RGB

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

 GREEN value IS 191 (75% from 255) = 60.63%

 BLUE value IS 44 (17.58% from 255) = 13.97%

R = 25.4%
G = 60.63%
B = 13.97%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#50BF2C (or 0x50BF2C) is known color: Kelly Green. HEX triplet: 50, BF and 2C. RGB value is (80,191,44). Sum of RGB (Red+Green+Blue) = 80+191+44=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 191 (75% from 255 or 60.63% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 191 - color contains mainly: green. Hex color #50BF2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BF2C is #AF40D3. Grayscale: #8D8D8D. Windows color (decimal): -11485396 or 2932560. OLE color: 2932560.

HSL color Cylindrical-coordinate representation of color #50BF2C: hue angle of 105.31º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50BF2C is Cyan = 0.58, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 191 44 -
CMYK 0.58 0 0.77 0.25
HSL 105.31º 0.63% 0.46% -
HSV(B) 105.31º 0.77% 0.75% -
XYZ 22.39 39.15 8.76 -
YUV 141.05 73.23 84.45 -
System Red Green Blue C M Y K H S L
Decimal 80 191 44 0.58 0 0.77 0.25 105.31 0.63 0.46
Hex 50 BF 2C 3A 0 4D 19 69 3F 2E
Octal 120 277 54 72 0 115 31 151 77 56
Binary 1010000 10111111 101100 111010 0 1001101 11001 1101001 111111 101110

Color Harmonies of #50BF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BF2C

Black with #50BF2C

Text Example


Text Example

White with #50BF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,191,44); }

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

background-color css

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

 a { background-color: rgb(80,191,44); }

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

border-color css

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

 span { border-color: rgb(80,191,44); }

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