Html Css Color HEX #489205 Limeade

📋 copy color: '#489205'

red 72 ◦ green 146 ◦ blue 5

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

Shades of Limeade #489205

Tints of Limeade #489205

RGB

 RED value IS 72 (28.52% from 255) = 32.29%

 GREEN value IS 146 (57.42% from 255) = 65.47%

 BLUE value IS 5 (2.34% from 255) = 2.24%

R = 32.29%
G = 65.47%
B = 2.24%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.97

 K value IS 0.43

RGB Variations

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

Color information

#489205 (or 0x489205) is known color: Limeade. HEX triplet: 48, 92 and 05. RGB value is (72,146,5). Sum of RGB (Red+Green+Blue) = 72+146+5=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 146 (57.42% from 255 or 65.47% from 223); Blue value is 5 (2.34% from 255 or 2.24% from 223); Max value from RGB is 146 - color contains mainly: green. Hex color #489205 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #489205 is #B76DFA. Grayscale: #6C6C6C. Windows color (decimal): -12021243 or 365128. OLE color: 365128.

HSL color Cylindrical-coordinate representation of color #489205: hue angle of 91.49º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #489205 is Cyan = 0.51, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 146 5 -
CMYK 0.51 0 0.97 0.43
HSL 91.49º 0.93% 0.3% -
HSV(B) 91.49º 0.97% 0.57% -
XYZ 12.98 21.95 3.7 -
YUV 107.8 69.98 102.46 -
System Red Green Blue C M Y K H S L
Decimal 72 146 5 0.51 0 0.97 0.43 91.49 0.93 0.3
Hex 48 92 5 33 0 61 2B 5B 5D 1E
Octal 110 222 5 63 0 141 53 133 135 36
Binary 1001000 10010010 101 110011 0 1100001 101011 1011011 1011101 11110

Color Harmonies of #489205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489205

Black with #489205

Text Example


Text Example

White with #489205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489205; }

 p { color: rgb(72,146,5); }

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

background-color css

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

 a { background-color: rgb(72,146,5); }

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

border-color css

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

 span { border-color: rgb(72,146,5); }

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