#67BC50

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

Shades of Apple #67BC50

Tints of Apple #67BC50

Color information

#67BC50 (or 0x67BC50) is unknown color: approx Apple. HEX triplet: 67, BC and 50. RGB value is (103,188,80). Sum of RGB (Red+Green+Blue) = 103+188+80=371 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.76% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #67BC50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67BC50 is #9843AF. Grayscale: #969696. Windows color (decimal): -9978800 or 5291111. OLE color: 5291111.

HSL color Cylindrical-coordinate representation of color #67BC50: hue angle of 107.22º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67BC50 is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB10318880-
CMYK0.4500.570.26
HSL107.22º44.63%52.55%-
HSV(B)107.22º57.45%73.73%-
XYZ25.0239.4313.88-
YUV150.2788.3494.28-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.76%
GREEN value IS 188 (73.83% from 255) = 50.67%
BLUE value IS 80 (31.64% from 255) = 21.56%
R=27.76%
G=50.67%
B=21.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal103188800.4500.570.26107.2244.6352.55
Hex67BC502D0391A6b2d35
Octal14727412055071321535565
Binary11001111011110010100001011010111001110101101011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67BC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,188,80); }

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

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

 a { background-color: rgb(103,188,80); }

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

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

 span { border-color: rgb(103,188,80); }

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