#67DC48

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

Shades of Apple #67DC48

Tints of Apple #67DC48

Color information

#67DC48 (or 0x67DC48) is unknown color: approx Apple. HEX triplet: 67, DC and 48. RGB value is (103,220,72). Sum of RGB (Red+Green+Blue) = 103+220+72=395 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.08% from 395); Green value is 220 (86.33% from 255 or 55.70% from 395); Blue value is 72 (28.52% from 255 or 18.23% from 395); Max value from RGB is 220 - color contains mainly: green. Hex color #67DC48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67DC48 is #9823B7. Grayscale: #A8A8A8. Windows color (decimal): -9970616 or 4775015. OLE color: 4775015.

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

Color convert

RGB10322072-
CMYK0.5300.670.14
HSL107.43º67.89%57.25%-
HSV(B)107.43º67.27%86.27%-
XYZ32.3654.5414.95-
YUV168.1473.7481.53-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.08%
GREEN value IS 220 (86.33% from 255) = 55.70%
BLUE value IS 72 (28.52% from 255) = 18.23%
R=26.08%
G=55.70%
B=18.23%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal103220720.5300.670.14107.4367.8957.25
Hex67DC4835043E6b4439
Octal1473341106501031615310471
Binary110011111011100100100011010101000011111011010111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67DC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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