#75BE3A

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

Shades of Apple #75BE3A

Tints of Apple #75BE3A

Color information

#75BE3A (or 0x75BE3A) is unknown color: approx Apple. HEX triplet: 75, BE and 3A. RGB value is (117,190,58). Sum of RGB (Red+Green+Blue) = 117+190+58=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 190 (74.61% from 255 or 52.05% from 365); Blue value is 58 (23.05% from 255 or 15.89% from 365); Max value from RGB is 190 - color contains mainly: green. Hex color #75BE3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BE3A is #8A41C5. Grayscale: #999999. Windows color (decimal): -9060806 or 3849845. OLE color: 3849845.

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

Color convert

RGB11719058-
CMYK0.3800.690.25
HSL93.18º53.23%48.63%-
HSV(B)93.18º69.47%74.51%-
XYZ26.5140.9110.5-
YUV153.1274.32102.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.05%
GREEN value IS 190 (74.61% from 255) = 52.05%
BLUE value IS 58 (23.05% from 255) = 15.89%
R=32.05%
G=52.05%
B=15.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal117190580.3800.690.2593.1853.2348.63
Hex75BE3A26045195d3531
Octal16527672460105311356561
Binary11101011011111011101010011001000101110011011101110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BE3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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