#67CA2D

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

Shades of Apple #67CA2D

Tints of Apple #67CA2D

Color information

#67CA2D (or 0x67CA2D) is unknown color: approx Apple. HEX triplet: 67, CA and 2D. RGB value is (103,202,45). Sum of RGB (Red+Green+Blue) = 103+202+45=350 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.43% from 350); Green value is 202 (79.30% from 255 or 57.71% from 350); Blue value is 45 (17.97% from 255 or 12.86% from 350); Max value from RGB is 202 - color contains mainly: green. Hex color #67CA2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67CA2D is #9835D2. Grayscale: #9B9B9B. Windows color (decimal): -9975251 or 3000935. OLE color: 3000935.

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

Color convert

RGB10320245-
CMYK0.4900.780.21
HSL97.83º63.56%48.43%-
HSV(B)97.83º77.72%79.22%-
XYZ27.1945.319.8-
YUV154.566.291.27-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.43%
GREEN value IS 202 (79.30% from 255) = 57.71%
BLUE value IS 45 (17.97% from 255) = 12.86%
R=29.43%
G=57.71%
B=12.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal103202450.4900.780.2197.8363.5648.43
Hex67CA2D3104E15624030
Octal147312556101162514210060
Binary110011111001010101101110001010011101010111000101000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67CA2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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