Html Css Color HEX #50BA09 Kelly Green

📋 copy color: '#50BA09'

red 80 ◦ green 186 ◦ blue 9

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

Shades of Kelly Green #50BA09

Tints of Kelly Green #50BA09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.27%

R = 29.09%
G = 67.64%
B = 3.27%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#50BA09 (or 0x50BA09) is known color: Kelly Green. HEX triplet: 50, BA and 09. RGB value is (80,186,9). Sum of RGB (Red+Green+Blue) = 80+186+9=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 186 (73.05% from 255 or 67.64% from 275); Blue value is 9 (3.91% from 255 or 3.27% from 275); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50BA09 is #AF45F6. Grayscale: #868686. Windows color (decimal): -11486711 or 637520. OLE color: 637520.

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

Color convert

RGB 80 186 9 -
CMYK 0.57 0 0.95 0.27
HSL 95.93º 0.91% 0.38% -
HSV(B) 95.93º 0.95% 0.73% -
XYZ 20.92 36.84 6.27 -
YUV 134.13 57.38 89.39 -
System Red Green Blue C M Y K H S L
Decimal 80 186 9 0.57 0 0.95 0.27 95.93 0.91 0.38
Hex 50 BA 9 39 0 5F 1B 60 5B 26
Octal 120 272 11 71 0 137 33 140 133 46
Binary 1010000 10111010 1001 111001 0 1011111 11011 1100000 1011011 100110

Color Harmonies of #50BA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BA09

Black with #50BA09

Text Example


Text Example

White with #50BA09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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