#67DC4B

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

Shades of Apple #67DC4B

Tints of Apple #67DC4B

Color information

#67DC4B (or 0x67DC4B) is unknown color: approx Apple. HEX triplet: 67, DC and 4B. RGB value is (103,220,75). Sum of RGB (Red+Green+Blue) = 103+220+75=398 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.88% from 398); Green value is 220 (86.33% from 255 or 55.28% from 398); Blue value is 75 (29.69% from 255 or 18.84% from 398); Max value from RGB is 220 - color contains mainly: green. Hex color #67DC4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67DC4B is #9823B4. Grayscale: #A8A8A8. Windows color (decimal): -9970613 or 4971623. OLE color: 4971623.

HSL color Cylindrical-coordinate representation of color #67DC4B: hue angle of 108.41º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #67DC4B is Cyan = 0.53, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB10322075-
CMYK0.5300.660.14
HSL108.41º67.44%57.84%-
HSV(B)108.41º65.91%86.27%-
XYZ32.4654.5815.48-
YUV168.4975.2481.29-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.88%
GREEN value IS 220 (86.33% from 255) = 55.28%
BLUE value IS 75 (29.69% from 255) = 18.84%
R=25.88%
G=55.28%
B=18.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal103220750.5300.660.14108.4167.4457.84
Hex67DC4B35042E6c433a
Octal1473341136501021615410372
Binary110011111011100100101111010101000010111011011001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67DC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,220,75); }

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

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

 a { background-color: rgb(103,220,75); }

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

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

 span { border-color: rgb(103,220,75); }

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