#67C42D

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

Shades of Apple #67C42D

Tints of Apple #67C42D

Color information

#67C42D (or 0x67C42D) is unknown color: approx Apple. HEX triplet: 67, C4 and 2D. RGB value is (103,196,45). Sum of RGB (Red+Green+Blue) = 103+196+45=344 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.94% from 344); Green value is 196 (76.95% from 255 or 56.98% from 344); Blue value is 45 (17.97% from 255 or 13.08% from 344); Max value from RGB is 196 - color contains mainly: green. Hex color #67C42D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67C42D is #983BD2. Grayscale: #979797. Windows color (decimal): -9976787 or 2999399. OLE color: 2999399.

HSL color Cylindrical-coordinate representation of color #67C42D: hue angle of 96.95º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #67C42D is Cyan = 0.47, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB10319645-
CMYK0.4700.770.23
HSL96.95º62.66%47.25%-
HSV(B)96.95º77.04%76.86%-
XYZ25.8142.559.34-
YUV150.9868.1993.78-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.94%
GREEN value IS 196 (76.95% from 255) = 56.98%
BLUE value IS 45 (17.97% from 255) = 13.08%
R=29.94%
G=56.98%
B=13.08%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal103196450.4700.770.2396.9562.6647.25
Hex67C42D2F04D17613f2f
Octal14730455570115271417757
Binary11001111100010010110110111101001101101111100001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67C42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,196,45); }

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

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

 a { background-color: rgb(103,196,45); }

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

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

 span { border-color: rgb(103,196,45); }

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