Html Css Color HEX #519825 Limeade

📋 copy color: '#519825'

red 81 ◦ green 152 ◦ blue 37

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

Shades of Limeade #519825

Tints of Limeade #519825

RGB

 RED value IS 81 (32.03% from 255) = 30%

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

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

R = 30%
G = 56.3%
B = 13.7%

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

#519825 (or 0x519825) is known color: Limeade. HEX triplet: 51, 98 and 25. RGB value is (81,152,37). Sum of RGB (Red+Green+Blue) = 81+152+37=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 152 (59.77% from 255 or 56.30% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 152 - color contains mainly: green. Hex color #519825 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519825 is #AE67DA. Grayscale: #767676. Windows color (decimal): -11429851 or 2463825. OLE color: 2463825.

HSL color Cylindrical-coordinate representation of color #519825: hue angle of 97.04º 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 #519825 is Cyan = 0.47, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB 81 152 37 -
CMYK 0.47 0 0.76 0.40
HSL 97.04º 0.61% 0.37% -
HSV(B) 97.04º 0.76% 0.6% -
XYZ 14.96 24.34 5.66 -
YUV 117.66 82.48 101.85 -
System Red Green Blue C M Y K H S L
Decimal 81 152 37 0.47 0 0.76 0.40 97.04 0.61 0.37
Hex 51 98 25 2F 0 4C 28 61 3D 25
Octal 121 230 45 57 0 114 50 141 75 45
Binary 1010001 10011000 100101 101111 0 1001100 101000 1100001 111101 100101

Color Harmonies of #519825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519825

Black with #519825

Text Example


Text Example

White with #519825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519825; }

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

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

background-color css

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

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

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

border-color css

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

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

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