Html Css Color HEX #629620 Limeade

📋 copy color: '#629620'

red 98 ◦ green 150 ◦ blue 32

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

Shades of Limeade #629620

Tints of Limeade #629620

RGB

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

 GREEN value IS 150 (58.98% from 255) = 53.57%

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

R = 35%
G = 53.57%
B = 11.43%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#629620 (or 0x629620) is known color: Limeade. HEX triplet: 62, 96 and 20. RGB value is (98,150,32). Sum of RGB (Red+Green+Blue) = 98+150+32=280 (37% of max value = 765). Red value is 98 (38.67% from 255 or 35% from 280); Green value is 150 (58.98% from 255 or 53.57% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 150 - color contains mainly: green. Hex color #629620 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #629620 is #9D69DF. Grayscale: #797979. Windows color (decimal): -10316256 or 2135650. OLE color: 2135650.

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

Color convert

RGB 98 150 32 -
CMYK 0.35 0 0.79 0.41
HSL 86.44º 0.65% 0.36% -
HSV(B) 86.44º 0.79% 0.59% -
XYZ 16.2 24.51 5.24 -
YUV 121 77.77 111.59 -
System Red Green Blue C M Y K H S L
Decimal 98 150 32 0.35 0 0.79 0.41 86.44 0.65 0.36
Hex 62 96 20 23 0 4F 29 56 41 24
Octal 142 226 40 43 0 117 51 126 101 44
Binary 1100010 10010110 100000 100011 0 1001111 101001 1010110 1000001 100100

Color Harmonies of #629620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629620

Black with #629620

Text Example


Text Example

White with #629620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629620; }

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

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

background-color css

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

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

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

border-color css

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

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

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