Html Css Color HEX #51911A Limeade

📋 copy color: '#51911A'

red 81 ◦ green 145 ◦ blue 26

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

Shades of Limeade #51911A

Tints of Limeade #51911A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 57.54%

 BLUE value IS 26 (10.55% from 255) = 10.32%

R = 32.14%
G = 57.54%
B = 10.32%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.82

 K value IS 0.43

RGB Variations

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

Color information

#51911A (or 0x51911A) is known color: Limeade. HEX triplet: 51, 91 and 1A. RGB value is (81,145,26). Sum of RGB (Red+Green+Blue) = 81+145+26=252 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.14% from 252); Green value is 145 (57.03% from 255 or 57.54% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 145 - color contains mainly: green. Hex color #51911A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51911A is #AE6EE5. Grayscale: #707070. Windows color (decimal): -11431654 or 1741137. OLE color: 1741137.

HSL color Cylindrical-coordinate representation of color #51911A: hue angle of 92.27º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #51911A is Cyan = 0.44, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB 81 145 26 -
CMYK 0.44 0 0.82 0.43
HSL 92.27º 0.7% 0.34% -
HSV(B) 92.27º 0.82% 0.57% -
XYZ 13.71 22.07 4.52 -
YUV 112.3 79.3 105.68 -
System Red Green Blue C M Y K H S L
Decimal 81 145 26 0.44 0 0.82 0.43 92.27 0.7 0.34
Hex 51 91 1A 2C 0 52 2B 5C 46 22
Octal 121 221 32 54 0 122 53 134 106 42
Binary 1010001 10010001 11010 101100 0 1010010 101011 1011100 1000110 100010

Color Harmonies of #51911A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51911A

Black with #51911A

Text Example


Text Example

White with #51911A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51911A; }

 p { color: rgb(81,145,26); }

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

background-color css

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

 a { background-color: rgb(81,145,26); }

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

border-color css

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

 span { border-color: rgb(81,145,26); }

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