Html Css Color HEX #649B30 Limeade

📋 copy color: '#649B30'

red 100 ◦ green 155 ◦ blue 48

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

Shades of Limeade #649B30

Tints of Limeade #649B30

RGB

 RED value IS 100 (39.45% from 255) = 33%

 GREEN value IS 155 (60.94% from 255) = 51.16%

 BLUE value IS 48 (19.14% from 255) = 15.84%

R = 33%
G = 51.16%
B = 15.84%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.69

 K value IS 0.39

RGB Variations

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

Color information

#649B30 (or 0x649B30) is known color: Limeade. HEX triplet: 64, 9B and 30. RGB value is (100,155,48). Sum of RGB (Red+Green+Blue) = 100+155+48=303 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.00% from 303); Green value is 155 (60.94% from 255 or 51.16% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 155 - color contains mainly: green. Hex color #649B30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649B30 is #9B64CF. Grayscale: #7E7E7E. Windows color (decimal): -10183888 or 3185508. OLE color: 3185508.

HSL color Cylindrical-coordinate representation of color #649B30: hue angle of 90.84º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #649B30 is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.39.

Color convert

RGB 100 155 48 -
CMYK 0.35 0 0.69 0.39
HSL 90.84º 0.53% 0.4% -
HSV(B) 90.84º 0.69% 0.61% -
XYZ 17.51 26.37 6.96 -
YUV 126.36 83.78 109.2 -
System Red Green Blue C M Y K H S L
Decimal 100 155 48 0.35 0 0.69 0.39 90.84 0.53 0.4
Hex 64 9B 30 23 0 45 27 5B 35 28
Octal 144 233 60 43 0 105 47 133 65 50
Binary 1100100 10011011 110000 100011 0 1000101 100111 1011011 110101 101000

Color Harmonies of #649B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649B30

Black with #649B30

Text Example


Text Example

White with #649B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649B30; }

 p { color: rgb(100,155,48); }

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

background-color css

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

 a { background-color: rgb(100,155,48); }

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

border-color css

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

 span { border-color: rgb(100,155,48); }

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