Html Css Color HEX #4D910D Limeade

📋 copy color: '#4D910D'

red 77 ◦ green 145 ◦ blue 13

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

Shades of Limeade #4D910D

Tints of Limeade #4D910D

RGB

 RED value IS 77 (30.47% from 255) = 32.77%

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

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

R = 32.77%
G = 61.7%
B = 5.53%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.91

 K value IS 0.43

RGB Variations

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

Color information

#4D910D (or 0x4D910D) is known color: Limeade. HEX triplet: 4D, 91 and 0D. RGB value is (77,145,13). Sum of RGB (Red+Green+Blue) = 77+145+13=235 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.77% from 235); Green value is 145 (57.03% from 255 or 61.70% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 145 - color contains mainly: green. Hex color #4D910D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D910D is #B26EF2. Grayscale: #6E6E6E. Windows color (decimal): -11693811 or 889165. OLE color: 889165.

HSL color Cylindrical-coordinate representation of color #4D910D: hue angle of 90.91º 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 #4D910D is Cyan = 0.47, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB 77 145 13 -
CMYK 0.47 0 0.91 0.43
HSL 90.91º 0.84% 0.31% -
HSV(B) 90.91º 0.91% 0.57% -
XYZ 13.26 21.86 3.9 -
YUV 109.62 73.47 104.73 -
System Red Green Blue C M Y K H S L
Decimal 77 145 13 0.47 0 0.91 0.43 90.91 0.84 0.31
Hex 4D 91 D 2F 0 5B 2B 5B 54 1F
Octal 115 221 15 57 0 133 53 133 124 37
Binary 1001101 10010001 1101 101111 0 1011011 101011 1011011 1010100 11111

Color Harmonies of #4D910D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D910D

Black with #4D910D

Text Example


Text Example

White with #4D910D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D910D; }

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

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

background-color css

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

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

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

border-color css

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

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

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