#68bf33

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

Shades of Apple #68BF33

Tints of Apple #68BF33

Color information

#68BF33 (or 0x68BF33) is unknown color: approx Apple. HEX triplet: 68, BF and 33. RGB value is (104,191,51). Sum of RGB (Red+Green+Blue) = 104+191+51=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 191 (75% from 255 or 55.20% from 346); Blue value is 51 (20.31% from 255 or 14.74% from 346); Max value from RGB is 191 - color contains mainly: green. Hex color #68BF33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68BF33 is #9740CC. Grayscale: #959595. Windows color (decimal): -9912525 or 3391336. OLE color: 3391336.

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

Color convert

RGB10419151-
CMYK0.4600.730.25
HSL97.29º57.85%47.45%-
HSV(B)97.29º73.3%74.9%-
XYZ24.9440.449.62-
YUV149.0372.6895.88-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.06%
GREEN value IS 191 (75% from 255) = 55.20%
BLUE value IS 51 (20.31% from 255) = 14.74%
R=30.06%
G=55.20%
B=14.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal104191510.4600.730.2597.2957.8547.45
Hex68BF332E04919613a2f
Octal15027763560111311417257
Binary11010001011111111001110111001001001110011100001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68bf33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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