Html Css Color HEX #50B90A Kelly Green

📋 copy color: '#50B90A'

red 80 ◦ green 185 ◦ blue 10

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

Shades of Kelly Green #50B90A

Tints of Kelly Green #50B90A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 67.27%

 BLUE value IS 10 (4.3% from 255) = 3.64%

R = 29.09%
G = 67.27%
B = 3.64%

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

#50B90A (or 0x50B90A) is known color: Kelly Green. HEX triplet: 50, B9 and 0A. RGB value is (80,185,10). Sum of RGB (Red+Green+Blue) = 80+185+10=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 185 (72.66% from 255 or 67.27% from 275); Blue value is 10 (4.30% from 255 or 3.64% from 275); Max value from RGB is 185 - color contains mainly: green. Hex color #50B90A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50B90A is #AF46F5. Grayscale: #868686. Windows color (decimal): -11486966 or 702800. OLE color: 702800.

HSL color Cylindrical-coordinate representation of color #50B90A: hue angle of 96º degrees, saturation: 0.9, 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 #50B90A is Cyan = 0.57, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 185 10 -
CMYK 0.57 0 0.95 0.27
HSL 96º 0.9% 0.38% -
HSV(B) 96º 0.95% 0.73% -
XYZ 20.71 36.43 6.23 -
YUV 133.66 58.21 89.73 -
System Red Green Blue C M Y K H S L
Decimal 80 185 10 0.57 0 0.95 0.27 96 0.9 0.38
Hex 50 B9 A 39 0 5F 1B 60 5A 26
Octal 120 271 12 71 0 137 33 140 132 46
Binary 1010000 10111001 1010 111001 0 1011111 11011 1100000 1011010 100110

Color Harmonies of #50B90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B90A

Black with #50B90A

Text Example


Text Example

White with #50B90A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,185,10); }

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

background-color css

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

 a { background-color: rgb(80,185,10); }

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

border-color css

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

 span { border-color: rgb(80,185,10); }

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