Html Css Color HEX #50BC06 Kelly Green

📋 copy color: '#50BC06'

red 80 ◦ green 188 ◦ blue 6

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

Shades of Kelly Green #50BC06

Tints of Kelly Green #50BC06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.19%

R = 29.2%
G = 68.61%
B = 2.19%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#50BC06 (or 0x50BC06) is known color: Kelly Green. HEX triplet: 50, BC and 06. RGB value is (80,188,6). Sum of RGB (Red+Green+Blue) = 80+188+6=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 188 (73.83% from 255 or 68.61% from 274); Blue value is 6 (2.73% from 255 or 2.19% from 274); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50BC06 is #AF43F9. Grayscale: #878787. Windows color (decimal): -11486202 or 441424. OLE color: 441424.

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

Color convert

RGB 80 188 6 -
CMYK 0.57 0 0.97 0.26
HSL 95.6º 0.94% 0.38% -
HSV(B) 95.6º 0.97% 0.74% -
XYZ 21.32 37.69 6.32 -
YUV 134.96 55.22 88.8 -
System Red Green Blue C M Y K H S L
Decimal 80 188 6 0.57 0 0.97 0.26 95.6 0.94 0.38
Hex 50 BC 6 39 0 61 1A 60 5E 26
Octal 120 274 6 71 0 141 32 140 136 46
Binary 1010000 10111100 110 111001 0 1100001 11010 1100000 1011110 100110

Color Harmonies of #50BC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BC06

Black with #50BC06

Text Example


Text Example

White with #50BC06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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