#68BF55

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

Shades of Apple #68BF55

Tints of Apple #68BF55

Color information

#68BF55 (or 0x68BF55) is unknown color: approx Apple. HEX triplet: 68, BF and 55. RGB value is (104,191,85). Sum of RGB (Red+Green+Blue) = 104+191+85=380 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.37% from 380); Green value is 191 (75% from 255 or 50.26% from 380); Blue value is 85 (33.59% from 255 or 22.37% from 380); Max value from RGB is 191 - color contains mainly: green. Hex color #68BF55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BF55 is #9740AA. Grayscale: #999999. Windows color (decimal): -9912491 or 5619560. OLE color: 5619560.

HSL color Cylindrical-coordinate representation of color #68BF55: hue angle of 109.25º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68BF55 is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB10419185-
CMYK0.4600.550.25
HSL109.25º45.3%54.12%-
HSV(B)109.25º55.5%74.9%-
XYZ25.9840.8615.11-
YUV152.989.6893.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.37%
GREEN value IS 191 (75% from 255) = 50.26%
BLUE value IS 85 (33.59% from 255) = 22.37%
R=27.37%
G=50.26%
B=22.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal104191850.4600.550.25109.2545.354.12
Hex68BF552E037196d2d36
Octal15027712556067311555566
Binary11010001011111110101011011100110111110011101101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68BF55; }

 p { color: rgb(104,191,85); }

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

<style>
 a { background-color: #68BF55; }

 a { background-color: rgb(104,191,85); }

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

<style>
 span { border-color: #68BF55; }

 span { border-color: rgb(104,191,85); }

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