#629825

Color #629825 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #629825

Tints of Limeade #629825

Color information

#629825 (or 0x629825) is unknown color: approx Limeade. HEX triplet: 62, 98 and 25. RGB value is (98,152,37). Sum of RGB (Red+Green+Blue) = 98+152+37=287 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.15% from 287); Green value is 152 (59.77% from 255 or 52.96% from 287); Blue value is 37 (14.84% from 255 or 12.89% from 287); Max value from RGB is 152 - color contains mainly: green. Hex color #629825 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #629825 is #9D67DA. Grayscale: #7B7B7B. Windows color (decimal): -10315739 or 2463842. OLE color: 2463842.

HSL color Cylindrical-coordinate representation of color #629825: hue angle of 88.17º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #629825 is Cyan = 0.36, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB9815237-
CMYK0.3600.760.40
HSL88.17º60.85%37.06%-
HSV(B)88.17º75.66%59.61%-
XYZ16.625.195.74-
YUV122.7479.61110.35-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.15%
GREEN value IS 152 (59.77% from 255) = 52.96%
BLUE value IS 37 (14.84% from 255) = 12.89%
R=34.15%
G=52.96%
B=12.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal98152370.3600.760.4088.1760.8537.06
Hex6298252404C28583d25
Octal14223045440114501307545
Binary110001010011000100101100100010011001010001011000111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629825; }

 p { color: rgb(98,152,37); }

 H1.HeaderClassName
 {
   color: #629825;
 }
 .AnyTagClassName
 {
   color: #629825;
 }
</style>
background-color css

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

 a { background-color: rgb(98,152,37); }

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

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

 span { border-color: rgb(98,152,37); }

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