Html Css Color HEX #52910F Limeade

📋 copy color: '#52910F'

red 82 ◦ green 145 ◦ blue 15

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

Shades of Limeade #52910F

Tints of Limeade #52910F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.2%

R = 33.88%
G = 59.92%
B = 6.2%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#52910F (or 0x52910F) is known color: Limeade. HEX triplet: 52, 91 and 0F. RGB value is (82,145,15). Sum of RGB (Red+Green+Blue) = 82+145+15=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 145 (57.03% from 255 or 59.92% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 145 - color contains mainly: green. Hex color #52910F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52910F is #AD6EF0. Grayscale: #6F6F6F. Windows color (decimal): -11366129 or 1020242. OLE color: 1020242.

HSL color Cylindrical-coordinate representation of color #52910F: hue angle of 89.08º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52910F is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 145 15 -
CMYK 0.43 0 0.90 0.43
HSL 89.08º 0.81% 0.31% -
HSV(B) 89.08º 0.9% 0.57% -
XYZ 13.69 22.08 3.99 -
YUV 111.34 73.63 107.07 -
System Red Green Blue C M Y K H S L
Decimal 82 145 15 0.43 0 0.90 0.43 89.08 0.81 0.31
Hex 52 91 F 2B 0 5A 2B 59 51 1F
Octal 122 221 17 53 0 132 53 131 121 37
Binary 1010010 10010001 1111 101011 0 1011010 101011 1011001 1010001 11111

Color Harmonies of #52910F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52910F

Black with #52910F

Text Example


Text Example

White with #52910F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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