Html Css Color HEX #489401 Limeade

📋 copy color: '#489401'

red 72 ◦ green 148 ◦ blue 1

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

Shades of Limeade #489401

Tints of Limeade #489401

RGB

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

 GREEN value IS 148 (58.2% from 255) = 66.97%

 BLUE value IS 1 (0.78% from 255) = 0.45%

R = 32.58%
G = 66.97%
B = 0.45%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#489401 (or 0x489401) is known color: Limeade. HEX triplet: 48, 94 and 01. RGB value is (72,148,1). Sum of RGB (Red+Green+Blue) = 72+148+1=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 148 (58.20% from 255 or 66.97% from 221); Blue value is 1 (0.78% from 255 or 0.45% from 221); Max value from RGB is 148 - color contains mainly: green. Hex color #489401 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #489401 is #B76BFE. Grayscale: #6D6D6D. Windows color (decimal): -12020735 or 103496. OLE color: 103496.

HSL color Cylindrical-coordinate representation of color #489401: hue angle of 91.02º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #489401 is Cyan = 0.51, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 148 1 -
CMYK 0.51 0 0.99 0.42
HSL 91.02º 0.99% 0.29% -
HSV(B) 91.02º 0.99% 0.58% -
XYZ 13.27 22.56 3.68 -
YUV 108.52 67.32 101.95 -
System Red Green Blue C M Y K H S L
Decimal 72 148 1 0.51 0 0.99 0.42 91.02 0.99 0.29
Hex 48 94 1 33 0 63 2A 5B 63 1D
Octal 110 224 1 63 0 143 52 133 143 35
Binary 1001000 10010100 1 110011 0 1100011 101010 1011011 1100011 11101

Color Harmonies of #489401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489401

Black with #489401

Text Example


Text Example

White with #489401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489401; }

 p { color: rgb(72,148,1); }

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

background-color css

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

 a { background-color: rgb(72,148,1); }

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

border-color css

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

 span { border-color: rgb(72,148,1); }

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