Html Css Color HEX #51931D Limeade

📋 copy color: '#51931D'

red 81 ◦ green 147 ◦ blue 29

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

Shades of Limeade #51931D

Tints of Limeade #51931D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 57.2%

 BLUE value IS 29 (11.72% from 255) = 11.28%

R = 31.52%
G = 57.2%
B = 11.28%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#51931D (or 0x51931D) is known color: Limeade. HEX triplet: 51, 93 and 1D. RGB value is (81,147,29). Sum of RGB (Red+Green+Blue) = 81+147+29=257 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.52% from 257); Green value is 147 (57.81% from 255 or 57.20% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 147 - color contains mainly: green. Hex color #51931D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51931D is #AE6CE2. Grayscale: #727272. Windows color (decimal): -11431139 or 1938257. OLE color: 1938257.

HSL color Cylindrical-coordinate representation of color #51931D: hue angle of 93.56º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #51931D is Cyan = 0.45, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 147 29 -
CMYK 0.45 0 0.80 0.42
HSL 93.56º 0.67% 0.35% -
HSV(B) 93.56º 0.8% 0.58% -
XYZ 14.05 22.71 4.8 -
YUV 113.81 80.13 104.59 -
System Red Green Blue C M Y K H S L
Decimal 81 147 29 0.45 0 0.80 0.42 93.56 0.67 0.35
Hex 51 93 1D 2D 0 50 2A 5E 43 23
Octal 121 223 35 55 0 120 52 136 103 43
Binary 1010001 10010011 11101 101101 0 1010000 101010 1011110 1000011 100011

Color Harmonies of #51931D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51931D

Black with #51931D

Text Example


Text Example

White with #51931D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51931D; }

 p { color: rgb(81,147,29); }

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

background-color css

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

 a { background-color: rgb(81,147,29); }

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

border-color css

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

 span { border-color: rgb(81,147,29); }

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