Html Css Color HEX #509825 Limeade

📋 copy color: '#509825'

red 80 ◦ green 152 ◦ blue 37

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

Shades of Limeade #509825

Tints of Limeade #509825

RGB

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

 GREEN value IS 152 (59.77% from 255) = 56.51%

 BLUE value IS 37 (14.84% from 255) = 13.75%

R = 29.74%
G = 56.51%
B = 13.75%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#509825 (or 0x509825) is known color: Limeade. HEX triplet: 50, 98 and 25. RGB value is (80,152,37). Sum of RGB (Red+Green+Blue) = 80+152+37=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 152 (59.77% from 255 or 56.51% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 152 - color contains mainly: green. Hex color #509825 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509825 is #AF67DA. Grayscale: #757575. Windows color (decimal): -11495387 or 2463824. OLE color: 2463824.

HSL color Cylindrical-coordinate representation of color #509825: hue angle of 97.57º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #509825 is Cyan = 0.47, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 152 37 -
CMYK 0.47 0 0.76 0.40
HSL 97.57º 0.61% 0.37% -
HSV(B) 97.57º 0.76% 0.6% -
XYZ 14.87 24.3 5.66 -
YUV 117.36 82.65 101.35 -
System Red Green Blue C M Y K H S L
Decimal 80 152 37 0.47 0 0.76 0.40 97.57 0.61 0.37
Hex 50 98 25 2F 0 4C 28 62 3D 25
Octal 120 230 45 57 0 114 50 142 75 45
Binary 1010000 10011000 100101 101111 0 1001100 101000 1100010 111101 100101

Color Harmonies of #509825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509825

Black with #509825

Text Example


Text Example

White with #509825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509825; }

 p { color: rgb(80,152,37); }

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

background-color css

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

 a { background-color: rgb(80,152,37); }

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

border-color css

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

 span { border-color: rgb(80,152,37); }

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