Html Css Color HEX #509621 Limeade

📋 copy color: '#509621'

red 80 ◦ green 150 ◦ blue 33

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

Shades of Limeade #509621

Tints of Limeade #509621

RGB

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

 GREEN value IS 150 (58.98% from 255) = 57.03%

 BLUE value IS 33 (13.28% from 255) = 12.55%

R = 30.42%
G = 57.03%
B = 12.55%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.78

 K value IS 0.41

RGB Variations

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

Color information

#509621 (or 0x509621) is known color: Limeade. HEX triplet: 50, 96 and 21. RGB value is (80,150,33). Sum of RGB (Red+Green+Blue) = 80+150+33=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 150 (58.98% from 255 or 57.03% from 263); Blue value is 33 (13.28% from 255 or 12.55% from 263); Max value from RGB is 150 - color contains mainly: green. Hex color #509621 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509621 is #AF69DE. Grayscale: #747474. Windows color (decimal): -11495903 or 2201168. OLE color: 2201168.

HSL color Cylindrical-coordinate representation of color #509621: hue angle of 95.9º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #509621 is Cyan = 0.47, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 150 33 -
CMYK 0.47 0 0.78 0.41
HSL 95.9º 0.64% 0.36% -
HSV(B) 95.9º 0.78% 0.59% -
XYZ 14.49 23.63 5.24 -
YUV 115.73 81.31 102.51 -
System Red Green Blue C M Y K H S L
Decimal 80 150 33 0.47 0 0.78 0.41 95.9 0.64 0.36
Hex 50 96 21 2F 0 4E 29 60 40 24
Octal 120 226 41 57 0 116 51 140 100 44
Binary 1010000 10010110 100001 101111 0 1001110 101001 1100000 1000000 100100

Color Harmonies of #509621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509621

Black with #509621

Text Example


Text Example

White with #509621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509621; }

 p { color: rgb(80,150,33); }

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

background-color css

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

 a { background-color: rgb(80,150,33); }

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

border-color css

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

 span { border-color: rgb(80,150,33); }

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