#67A428

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

Shades of Limeade #67A428

Tints of Limeade #67A428

Color information

#67A428 (or 0x67A428) is unknown color: approx Limeade. HEX triplet: 67, A4 and 28. RGB value is (103,164,40). Sum of RGB (Red+Green+Blue) = 103+164+40=307 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.55% from 307); Green value is 164 (64.45% from 255 or 53.42% from 307); Blue value is 40 (16.02% from 255 or 13.03% from 307); Max value from RGB is 164 - color contains mainly: green. Hex color #67A428 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67A428 is #985BD7. Grayscale: #848484. Windows color (decimal): -9984984 or 2663527. OLE color: 2663527.

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

Color convert

RGB10316440-
CMYK0.3700.760.36
HSL89.52º60.78%40%-
HSV(B)89.52º75.61%64.31%-
XYZ19.2529.596.7-
YUV131.6276.29107.58-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.55%
GREEN value IS 164 (64.45% from 255) = 53.42%
BLUE value IS 40 (16.02% from 255) = 13.03%
R=33.55%
G=53.42%
B=13.03%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal103164400.3700.760.3689.5260.7840
Hex67A4282504C245a3d28
Octal14724450450114441327550
Binary110011110100100101000100101010011001001001011010111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67A428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67A428; }

 p { color: rgb(103,164,40); }

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

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

 a { background-color: rgb(103,164,40); }

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

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

 span { border-color: rgb(103,164,40); }

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