Html Css Color HEX #629520 Limeade

📋 copy color: '#629520'

red 98 ◦ green 149 ◦ blue 32

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

Shades of Limeade #629520

Tints of Limeade #629520

RGB

 RED value IS 98 (38.67% from 255) = 35.13%

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

 BLUE value IS 32 (12.89% from 255) = 11.47%

R = 35.13%
G = 53.41%
B = 11.47%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#629520 (or 0x629520) is known color: Limeade. HEX triplet: 62, 95 and 20. RGB value is (98,149,32). Sum of RGB (Red+Green+Blue) = 98+149+32=279 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.13% from 279); Green value is 149 (58.59% from 255 or 53.41% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 149 - color contains mainly: green. Hex color #629520 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #629520 is #9D6ADF. Grayscale: #787878. Windows color (decimal): -10316512 or 2135394. OLE color: 2135394.

HSL color Cylindrical-coordinate representation of color #629520: hue angle of 86.15º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #629520 is Cyan = 0.34, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 98 149 32 -
CMYK 0.34 0 0.79 0.42
HSL 86.15º 0.65% 0.35% -
HSV(B) 86.15º 0.79% 0.58% -
XYZ 16.05 24.2 5.19 -
YUV 120.41 78.1 112.01 -
System Red Green Blue C M Y K H S L
Decimal 98 149 32 0.34 0 0.79 0.42 86.15 0.65 0.35
Hex 62 95 20 22 0 4F 2A 56 41 23
Octal 142 225 40 42 0 117 52 126 101 43
Binary 1100010 10010101 100000 100010 0 1001111 101010 1010110 1000001 100011

Color Harmonies of #629520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629520

Black with #629520

Text Example


Text Example

White with #629520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629520; }

 p { color: rgb(98,149,32); }

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

background-color css

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

 a { background-color: rgb(98,149,32); }

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

border-color css

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

 span { border-color: rgb(98,149,32); }

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