Html Css Color HEX #52910D Limeade

📋 copy color: '#52910D'

red 82 ◦ green 145 ◦ blue 13

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

Shades of Limeade #52910D

Tints of Limeade #52910D

RGB

 RED value IS 82 (32.42% from 255) = 34.17%

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

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

R = 34.17%
G = 60.42%
B = 5.42%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.91

 K value IS 0.43

RGB Variations

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

Color information

#52910D (or 0x52910D) is known color: Limeade. HEX triplet: 52, 91 and 0D. RGB value is (82,145,13). Sum of RGB (Red+Green+Blue) = 82+145+13=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 145 (57.03% from 255 or 60.42% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 145 - color contains mainly: green. Hex color #52910D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52910D is #AD6EF2. Grayscale: #6F6F6F. Windows color (decimal): -11366131 or 889170. OLE color: 889170.

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

Color convert

RGB 82 145 13 -
CMYK 0.43 0 0.91 0.43
HSL 88.64º 0.84% 0.31% -
HSV(B) 88.64º 0.91% 0.57% -
XYZ 13.68 22.07 3.92 -
YUV 111.12 72.63 107.23 -
System Red Green Blue C M Y K H S L
Decimal 82 145 13 0.43 0 0.91 0.43 88.64 0.84 0.31
Hex 52 91 D 2B 0 5B 2B 59 54 1F
Octal 122 221 15 53 0 133 53 131 124 37
Binary 1010010 10010001 1101 101011 0 1011011 101011 1011001 1010100 11111

Color Harmonies of #52910D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52910D

Black with #52910D

Text Example


Text Example

White with #52910D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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