#75B550

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

Shades of Apple #75B550

Tints of Apple #75B550

Color information

#75B550 (or 0x75B550) is unknown color: approx Apple. HEX triplet: 75, B5 and 50. RGB value is (117,181,80). Sum of RGB (Red+Green+Blue) = 117+181+80=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 181 (71.09% from 255 or 47.88% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 181 - color contains mainly: green. Hex color #75B550 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B550 is #8A4AAF. Grayscale: #969696. Windows color (decimal): -9063088 or 5289333. OLE color: 5289333.

HSL color Cylindrical-coordinate representation of color #75B550: hue angle of 98.02º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #75B550 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB11718180-
CMYK0.3500.560.29
HSL98.02º40.56%51.18%-
HSV(B)98.02º55.8%70.98%-
XYZ25.3137.4113.48-
YUV150.3588.3104.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.95%
GREEN value IS 181 (71.09% from 255) = 47.88%
BLUE value IS 80 (31.64% from 255) = 21.16%
R=30.95%
G=47.88%
B=21.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal117181800.3500.560.2998.0240.5651.18
Hex75B550230381D622933
Octal16526512043070351425163
Binary11101011011010110100001000110111000111011100010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,181,80); }

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

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

 a { background-color: rgb(117,181,80); }

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

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

 span { border-color: rgb(117,181,80); }

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