Html Css Color HEX #51910D Limeade

📋 copy color: '#51910D'

red 81 ◦ green 145 ◦ blue 13

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

Shades of Limeade #51910D

Tints of Limeade #51910D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.44%

R = 33.89%
G = 60.67%
B = 5.44%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.91

 K value IS 0.43

RGB Variations

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

Color information

#51910D (or 0x51910D) is known color: Limeade. HEX triplet: 51, 91 and 0D. RGB value is (81,145,13). Sum of RGB (Red+Green+Blue) = 81+145+13=239 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.89% from 239); Green value is 145 (57.03% from 255 or 60.67% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 145 - color contains mainly: green. Hex color #51910D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #51910D is #AE6EF2. Grayscale: #6F6F6F. Windows color (decimal): -11431667 or 889169. OLE color: 889169.

HSL color Cylindrical-coordinate representation of color #51910D: hue angle of 89.09º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #51910D is Cyan = 0.44, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB 81 145 13 -
CMYK 0.44 0 0.91 0.43
HSL 89.09º 0.84% 0.31% -
HSV(B) 89.09º 0.91% 0.57% -
XYZ 13.59 22.03 3.92 -
YUV 110.82 72.8 106.73 -
System Red Green Blue C M Y K H S L
Decimal 81 145 13 0.44 0 0.91 0.43 89.09 0.84 0.31
Hex 51 91 D 2C 0 5B 2B 59 54 1F
Octal 121 221 15 54 0 133 53 131 124 37
Binary 1010001 10010001 1101 101100 0 1011011 101011 1011001 1010100 11111

Color Harmonies of #51910D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51910D

Black with #51910D

Text Example


Text Example

White with #51910D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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