#67DD42

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

Shades of Apple #67DD42

Tints of Apple #67DD42

Color information

#67DD42 (or 0x67DD42) is unknown color: approx Apple. HEX triplet: 67, DD and 42. RGB value is (103,221,66). Sum of RGB (Red+Green+Blue) = 103+221+66=390 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.41% from 390); Green value is 221 (86.72% from 255 or 56.67% from 390); Blue value is 66 (26.17% from 255 or 16.92% from 390); Max value from RGB is 221 - color contains mainly: green. Hex color #67DD42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67DD42 is #9822BD. Grayscale: #A8A8A8. Windows color (decimal): -9970366 or 4382055. OLE color: 4382055.

HSL color Cylindrical-coordinate representation of color #67DD42: hue angle of 105.68º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #67DD42 is Cyan = 0.53, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB10322166-
CMYK0.5300.700.13
HSL105.68º69.51%56.27%-
HSV(B)105.68º70.14%86.67%-
XYZ32.4354.9914.06-
YUV168.0570.4181.6-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.41%
GREEN value IS 221 (86.72% from 255) = 56.67%
BLUE value IS 66 (26.17% from 255) = 16.92%
R=26.41%
G=56.67%
B=16.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal103221660.5300.700.13105.6869.5156.27
Hex67DD4235046D6a4638
Octal1473351026501061515210670
Binary110011111011101100001011010101000110110111010101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67DD42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,221,66); }

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

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

 a { background-color: rgb(103,221,66); }

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

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

 span { border-color: rgb(103,221,66); }

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