Html Css Color HEX #50BA08 Kelly Green

📋 copy color: '#50BA08'

red 80 ◦ green 186 ◦ blue 8

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

Shades of Kelly Green #50BA08

Tints of Kelly Green #50BA08

RGB

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

 GREEN value IS 186 (73.05% from 255) = 67.88%

 BLUE value IS 8 (3.52% from 255) = 2.92%

R = 29.2%
G = 67.88%
B = 2.92%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#50BA08 (or 0x50BA08) is known color: Kelly Green. HEX triplet: 50, BA and 08. RGB value is (80,186,8). Sum of RGB (Red+Green+Blue) = 80+186+8=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 186 (73.05% from 255 or 67.88% from 274); Blue value is 8 (3.52% from 255 or 2.92% from 274); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50BA08 is #AF45F7. Grayscale: #868686. Windows color (decimal): -11486712 or 571984. OLE color: 571984.

HSL color Cylindrical-coordinate representation of color #50BA08: hue angle of 95.73º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #50BA08 is Cyan = 0.57, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 186 8 -
CMYK 0.57 0 0.96 0.27
HSL 95.73º 0.92% 0.38% -
HSV(B) 95.73º 0.96% 0.73% -
XYZ 20.91 36.84 6.24 -
YUV 134.01 56.88 89.47 -
System Red Green Blue C M Y K H S L
Decimal 80 186 8 0.57 0 0.96 0.27 95.73 0.92 0.38
Hex 50 BA 8 39 0 60 1B 60 5C 26
Octal 120 272 10 71 0 140 33 140 134 46
Binary 1010000 10111010 1000 111001 0 1100000 11011 1100000 1011100 100110

Color Harmonies of #50BA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BA08

Black with #50BA08

Text Example


Text Example

White with #50BA08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,186,8); }

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

background-color css

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

 a { background-color: rgb(80,186,8); }

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

border-color css

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

 span { border-color: rgb(80,186,8); }

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