#67ca40

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

Shades of Apple #67CA40

Tints of Apple #67CA40

Color information

#67CA40 (or 0x67CA40) is unknown color: approx Apple. HEX triplet: 67, CA and 40. RGB value is (103,202,64). Sum of RGB (Red+Green+Blue) = 103+202+64=369 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.91% from 369); Green value is 202 (79.30% from 255 or 54.74% from 369); Blue value is 64 (25.39% from 255 or 17.34% from 369); Max value from RGB is 202 - color contains mainly: green. Hex color #67CA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67CA40 is #9835BF. Grayscale: #9D9D9D. Windows color (decimal): -9975232 or 4246119. OLE color: 4246119.

HSL color Cylindrical-coordinate representation of color #67CA40: hue angle of 103.04º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #67CA40 is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB10320264-
CMYK0.4900.680.21
HSL103.04º56.56%52.16%-
HSV(B)103.04º68.32%79.22%-
XYZ27.6445.4912.18-
YUV156.6775.789.72-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.91%
GREEN value IS 202 (79.30% from 255) = 54.74%
BLUE value IS 64 (25.39% from 255) = 17.34%
R=27.91%
G=54.74%
B=17.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal103202640.4900.680.21103.0456.5652.16
Hex67CA403104415673934
Octal147312100610104251477164
Binary110011111001010100000011000101000100101011100111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67ca40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,202,64); }

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

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

 a { background-color: rgb(103,202,64); }

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

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

 span { border-color: rgb(103,202,64); }

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