#64A92B

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

Shades of Limeade #64A92B

Tints of Limeade #64A92B

Color information

#64A92B (or 0x64A92B) is unknown color: approx Limeade. HEX triplet: 64, A9 and 2B. RGB value is (100,169,43). Sum of RGB (Red+Green+Blue) = 100+169+43=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 169 (66.41% from 255 or 54.17% from 312); Blue value is 43 (17.19% from 255 or 13.78% from 312); Max value from RGB is 169 - color contains mainly: green. Hex color #64A92B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A92B is #9B56D4. Grayscale: #868686. Windows color (decimal): -10180309 or 2861412. OLE color: 2861412.

HSL color Cylindrical-coordinate representation of color #64A92B: hue angle of 92.86º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #64A92B is Cyan = 0.41, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB10016943-
CMYK0.4100.750.34
HSL92.86º59.43%41.57%-
HSV(B)92.86º74.56%66.27%-
XYZ19.8831.267.27-
YUV13476.64103.75-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.05%
GREEN value IS 169 (66.41% from 255) = 54.17%
BLUE value IS 43 (17.19% from 255) = 13.78%
R=32.05%
G=54.17%
B=13.78%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal100169430.4100.750.3492.8659.4341.57
Hex64A92B2904B225d3b2a
Octal14425153510113421357352
Binary110010010101001101011101001010010111000101011101111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A92B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64A92B; }

 p { color: rgb(100,169,43); }

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

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

 a { background-color: rgb(100,169,43); }

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

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

 span { border-color: rgb(100,169,43); }

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