Html Css Color HEX #50B027 Kelly Green

📋 copy color: '#50B027'

red 80 ◦ green 176 ◦ blue 39

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

Shades of Kelly Green #50B027

Tints of Kelly Green #50B027

RGB

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

 GREEN value IS 176 (69.14% from 255) = 59.66%

 BLUE value IS 39 (15.63% from 255) = 13.22%

R = 27.12%
G = 59.66%
B = 13.22%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#50B027 (or 0x50B027) is known color: Kelly Green. HEX triplet: 50, B0 and 27. RGB value is (80,176,39). Sum of RGB (Red+Green+Blue) = 80+176+39=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 176 (69.14% from 255 or 59.66% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 176 - color contains mainly: green. Hex color #50B027 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50B027 is #AF4FD8. Grayscale: #848484. Windows color (decimal): -11489241 or 2601040. OLE color: 2601040.

HSL color Cylindrical-coordinate representation of color #50B027: hue angle of 102.04º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #50B027 is Cyan = 0.55, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 80 176 39 -
CMYK 0.55 0 0.78 0.31
HSL 102.04º 0.64% 0.42% -
HSV(B) 102.04º 0.78% 0.69% -
XYZ 19.2 32.9 7.26 -
YUV 131.68 75.7 91.14 -
System Red Green Blue C M Y K H S L
Decimal 80 176 39 0.55 0 0.78 0.31 102.04 0.64 0.42
Hex 50 B0 27 37 0 4E 1F 66 40 2A
Octal 120 260 47 67 0 116 37 146 100 52
Binary 1010000 10110000 100111 110111 0 1001110 11111 1100110 1000000 101010

Color Harmonies of #50B027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B027

Black with #50B027

Text Example


Text Example

White with #50B027

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,176,39); }

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

background-color css

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

 a { background-color: rgb(80,176,39); }

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

border-color css

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

 span { border-color: rgb(80,176,39); }

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