Html Css Color HEX #50B030 Kelly Green

📋 copy color: '#50B030'

red 80 ◦ green 176 ◦ blue 48

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

Shades of Kelly Green #50B030

Tints of Kelly Green #50B030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.79%

R = 26.32%
G = 57.89%
B = 15.79%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#50B030 (or 0x50B030) is known color: Kelly Green. HEX triplet: 50, B0 and 30. RGB value is (80,176,48). Sum of RGB (Red+Green+Blue) = 80+176+48=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 176 (69.14% from 255 or 57.89% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 176 - color contains mainly: green. Hex color #50B030 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50B030 is #AF4FCF. Grayscale: #858585. Windows color (decimal): -11489232 or 3190864. OLE color: 3190864.

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

Color convert

RGB 80 176 48 -
CMYK 0.55 0 0.73 0.31
HSL 105º 0.57% 0.44% -
HSV(B) 105º 0.73% 0.69% -
XYZ 19.37 32.97 8.14 -
YUV 132.7 80.2 90.41 -
System Red Green Blue C M Y K H S L
Decimal 80 176 48 0.55 0 0.73 0.31 105 0.57 0.44
Hex 50 B0 30 37 0 49 1F 69 39 2C
Octal 120 260 60 67 0 111 37 151 71 54
Binary 1010000 10110000 110000 110111 0 1001001 11111 1101001 111001 101100

Color Harmonies of #50B030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B030

Black with #50B030

Text Example


Text Example

White with #50B030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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