Html Css Color HEX #489508 Limeade

📋 copy color: '#489508'

red 72 ◦ green 149 ◦ blue 8

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

Shades of Limeade #489508

Tints of Limeade #489508

RGB

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

 GREEN value IS 149 (58.59% from 255) = 65.07%

 BLUE value IS 8 (3.52% from 255) = 3.49%

R = 31.44%
G = 65.07%
B = 3.49%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#489508 (or 0x489508) is known color: Limeade. HEX triplet: 48, 95 and 08. RGB value is (72,149,8). Sum of RGB (Red+Green+Blue) = 72+149+8=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 149 (58.59% from 255 or 65.07% from 229); Blue value is 8 (3.52% from 255 or 3.49% from 229); Max value from RGB is 149 - color contains mainly: green. Hex color #489508 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #489508 is #B76AF7. Grayscale: #6E6E6E. Windows color (decimal): -12020472 or 562504. OLE color: 562504.

HSL color Cylindrical-coordinate representation of color #489508: hue angle of 92.77º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #489508 is Cyan = 0.52, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 149 8 -
CMYK 0.52 0 0.95 0.42
HSL 92.77º 0.9% 0.31% -
HSV(B) 92.77º 0.95% 0.58% -
XYZ 13.46 22.89 3.94 -
YUV 109.9 70.49 100.96 -
System Red Green Blue C M Y K H S L
Decimal 72 149 8 0.52 0 0.95 0.42 92.77 0.9 0.31
Hex 48 95 8 34 0 5F 2A 5D 5A 1F
Octal 110 225 10 64 0 137 52 135 132 37
Binary 1001000 10010101 1000 110100 0 1011111 101010 1011101 1011010 11111

Color Harmonies of #489508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489508

Black with #489508

Text Example


Text Example

White with #489508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489508; }

 p { color: rgb(72,149,8); }

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

background-color css

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

 a { background-color: rgb(72,149,8); }

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

border-color css

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

 span { border-color: rgb(72,149,8); }

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