Html Css Color HEX #68A431 Limeade

📋 copy color: '#68A431'

red 104 ◦ green 164 ◦ blue 49

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

Shades of Limeade #68A431

Tints of Limeade #68A431

RGB

 RED value IS 104 (41.02% from 255) = 32.81%

 GREEN value IS 164 (64.45% from 255) = 51.74%

 BLUE value IS 49 (19.53% from 255) = 15.46%

R = 32.81%
G = 51.74%
B = 15.46%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#68A431 (or 0x68A431) is known color: Limeade. HEX triplet: 68, A4 and 31. RGB value is (104,164,49). Sum of RGB (Red+Green+Blue) = 104+164+49=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 164 (64.45% from 255 or 51.74% from 317); Blue value is 49 (19.53% from 255 or 15.46% from 317); Max value from RGB is 164 - color contains mainly: green. Hex color #68A431 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A431 is #975BCE. Grayscale: #858585. Windows color (decimal): -9919439 or 3253352. OLE color: 3253352.

HSL color Cylindrical-coordinate representation of color #68A431: hue angle of 91.3º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #68A431 is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 104 164 49 -
CMYK 0.37 0 0.70 0.36
HSL 91.3º 0.54% 0.42% -
HSV(B) 91.3º 0.7% 0.64% -
XYZ 19.54 29.72 7.61 -
YUV 132.95 80.62 107.35 -
System Red Green Blue C M Y K H S L
Decimal 104 164 49 0.37 0 0.70 0.36 91.3 0.54 0.42
Hex 68 A4 31 25 0 46 24 5B 36 2A
Octal 150 244 61 45 0 106 44 133 66 52
Binary 1101000 10100100 110001 100101 0 1000110 100100 1011011 110110 101010

Color Harmonies of #68A431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A431

Black with #68A431

Text Example


Text Example

White with #68A431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68A431; }

 p { color: rgb(104,164,49); }

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

background-color css

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

 a { background-color: rgb(104,164,49); }

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

border-color css

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

 span { border-color: rgb(104,164,49); }

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