Html Css Color HEX #50920F Limeade

📋 copy color: '#50920F'

red 80 ◦ green 146 ◦ blue 15

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

Shades of Limeade #50920F

Tints of Limeade #50920F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 60.58%

 BLUE value IS 15 (6.25% from 255) = 6.22%

R = 33.2%
G = 60.58%
B = 6.22%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#50920F (or 0x50920F) is known color: Limeade. HEX triplet: 50, 92 and 0F. RGB value is (80,146,15). Sum of RGB (Red+Green+Blue) = 80+146+15=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 146 (57.42% from 255 or 60.58% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 146 - color contains mainly: green. Hex color #50920F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50920F is #AF6DF0. Grayscale: #6F6F6F. Windows color (decimal): -11496945 or 1020496. OLE color: 1020496.

HSL color Cylindrical-coordinate representation of color #50920F: hue angle of 90.23º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #50920F is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 146 15 -
CMYK 0.45 0 0.90 0.43
HSL 90.23º 0.81% 0.32% -
HSV(B) 90.23º 0.9% 0.57% -
XYZ 13.67 22.3 4.04 -
YUV 111.33 73.63 105.65 -
System Red Green Blue C M Y K H S L
Decimal 80 146 15 0.45 0 0.90 0.43 90.23 0.81 0.32
Hex 50 92 F 2D 0 5A 2B 5A 51 20
Octal 120 222 17 55 0 132 53 132 121 40
Binary 1010000 10010010 1111 101101 0 1011010 101011 1011010 1010001 100000

Color Harmonies of #50920F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50920F

Black with #50920F

Text Example


Text Example

White with #50920F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50920F; }

 p { color: rgb(80,146,15); }

 H1.HeaderClassName
 {
   color: #50920F;
 }
 .AnyTagClassName
 {
   color: #50920F;
 }
</style>

background-color css

<style>
 a { background-color: #50920F; }

 a { background-color: rgb(80,146,15); }

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

border-color css

<style>
 span { border-color: #50920F; }

 span { border-color: rgb(80,146,15); }

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