#75BE46

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

Shades of Apple #75BE46

Tints of Apple #75BE46

Color information

#75BE46 (or 0x75BE46) is unknown color: approx Apple. HEX triplet: 75, BE and 46. RGB value is (117,190,70). Sum of RGB (Red+Green+Blue) = 117+190+70=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 190 (74.61% from 255 or 50.40% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 190 - color contains mainly: green. Hex color #75BE46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BE46 is #8A41B9. Grayscale: #9A9A9A. Windows color (decimal): -9060794 or 4636277. OLE color: 4636277.

HSL color Cylindrical-coordinate representation of color #75BE46: hue angle of 96.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #75BE46 is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB11719070-
CMYK0.3800.630.25
HSL96.5º48%50.98%-
HSV(B)96.5º63.16%74.51%-
XYZ26.8641.0512.3-
YUV154.4980.32101.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.03%
GREEN value IS 190 (74.61% from 255) = 50.40%
BLUE value IS 70 (27.73% from 255) = 18.57%
R=31.03%
G=50.40%
B=18.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal117190700.3800.630.2596.54850.98
Hex75BE462603F19603033
Octal16527610646077311406063
Binary11101011011111010001101001100111111110011100000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BE46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75BE46; }

 p { color: rgb(117,190,70); }

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

<style>
 a { background-color: #75BE46; }

 a { background-color: rgb(117,190,70); }

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

<style>
 span { border-color: #75BE46; }

 span { border-color: rgb(117,190,70); }

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