Html Css Color HEX #48990D Limeade

📋 copy color: '#48990D'

red 72 ◦ green 153 ◦ blue 13

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

Shades of Limeade #48990D

Tints of Limeade #48990D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 64.29%

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

R = 30.25%
G = 64.29%
B = 5.46%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#48990D (or 0x48990D) is known color: Limeade. HEX triplet: 48, 99 and 0D. RGB value is (72,153,13). Sum of RGB (Red+Green+Blue) = 72+153+13=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 153 (60.16% from 255 or 64.29% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 153 - color contains mainly: green. Hex color #48990D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48990D is #B766F2. Grayscale: #717171. Windows color (decimal): -12019443 or 891208. OLE color: 891208.

HSL color Cylindrical-coordinate representation of color #48990D: hue angle of 94.71º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #48990D is Cyan = 0.53, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB 72 153 13 -
CMYK 0.53 0 0.92 0.4
HSL 94.71º 0.84% 0.33% -
HSV(B) 94.71º 0.92% 0.6% -
XYZ 14.14 24.19 4.3 -
YUV 112.82 71.66 98.88 -
System Red Green Blue C M Y K H S L
Decimal 72 153 13 0.53 0 0.92 0.4 94.71 0.84 0.33
Hex 48 99 D 35 0 5C 28 5F 54 21
Octal 110 231 15 65 0 134 50 137 124 41
Binary 1001000 10011001 1101 110101 0 1011100 101000 1011111 1010100 100001

Color Harmonies of #48990D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48990D

Black with #48990D

Text Example


Text Example

White with #48990D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,153,13); }

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

background-color css

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

 a { background-color: rgb(72,153,13); }

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

border-color css

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

 span { border-color: rgb(72,153,13); }

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