Html Css Color HEX #509426 Limeade

📋 copy color: '#509426'

red 80 ◦ green 148 ◦ blue 38

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

Shades of Limeade #509426

Tints of Limeade #509426

RGB

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

 GREEN value IS 148 (58.2% from 255) = 55.64%

 BLUE value IS 38 (15.23% from 255) = 14.29%

R = 30.08%
G = 55.64%
B = 14.29%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#509426 (or 0x509426) is known color: Limeade. HEX triplet: 50, 94 and 26. RGB value is (80,148,38). Sum of RGB (Red+Green+Blue) = 80+148+38=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 148 (58.20% from 255 or 55.64% from 266); Blue value is 38 (15.23% from 255 or 14.29% from 266); Max value from RGB is 148 - color contains mainly: green. Hex color #509426 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509426 is #AF6BD9. Grayscale: #737373. Windows color (decimal): -11496410 or 2528336. OLE color: 2528336.

HSL color Cylindrical-coordinate representation of color #509426: hue angle of 97.09º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #509426 is Cyan = 0.46, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 148 38 -
CMYK 0.46 0 0.74 0.42
HSL 97.09º 0.59% 0.36% -
HSV(B) 97.09º 0.74% 0.58% -
XYZ 14.25 23.03 5.53 -
YUV 115.13 84.47 102.94 -
System Red Green Blue C M Y K H S L
Decimal 80 148 38 0.46 0 0.74 0.42 97.09 0.59 0.36
Hex 50 94 26 2E 0 4A 2A 61 3B 24
Octal 120 224 46 56 0 112 52 141 73 44
Binary 1010000 10010100 100110 101110 0 1001010 101010 1100001 111011 100100

Color Harmonies of #509426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509426

Black with #509426

Text Example


Text Example

White with #509426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509426; }

 p { color: rgb(80,148,38); }

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

background-color css

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

 a { background-color: rgb(80,148,38); }

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

border-color css

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

 span { border-color: rgb(80,148,38); }

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