#67DC38

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

Shades of Apple #67DC38

Tints of Apple #67DC38

Color information

#67DC38 (or 0x67DC38) is unknown color: approx Apple. HEX triplet: 67, DC and 38. RGB value is (103,220,56). Sum of RGB (Red+Green+Blue) = 103+220+56=379 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.18% from 379); Green value is 220 (86.33% from 255 or 58.05% from 379); Blue value is 56 (22.27% from 255 or 14.78% from 379); Max value from RGB is 220 - color contains mainly: green. Hex color #67DC38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67DC38 is #9823C7. Grayscale: #A6A6A6. Windows color (decimal): -9970632 or 3726439. OLE color: 3726439.

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

Color convert

RGB10322056-
CMYK0.5300.750.14
HSL102.8º70.09%54.12%-
HSV(B)102.8º74.55%86.27%-
XYZ31.954.3612.55-
YUV166.3265.7482.84-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.18%
GREEN value IS 220 (86.33% from 255) = 58.05%
BLUE value IS 56 (22.27% from 255) = 14.78%
R=27.18%
G=58.05%
B=14.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal103220560.5300.750.14102.870.0954.12
Hex67DC383504BE674636
Octal147334706501131614710666
Binary11001111101110011100011010101001011111011001111000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67DC38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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