Html Css Color HEX #75BA40 Apple

📋 copy color: '#75BA40'

red 117 ◦ green 186 ◦ blue 64

#75BA40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #75BA40

Tints of Apple #75BA40

RGB

 RED value IS 117 (46.09% from 255) = 31.88%

 GREEN value IS 186 (73.05% from 255) = 50.68%

 BLUE value IS 64 (25.39% from 255) = 17.44%

R = 31.88%
G = 50.68%
B = 17.44%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#75BA40 (or 0x75BA40) is known color: Apple. HEX triplet: 75, BA and 40. RGB value is (117,186,64). Sum of RGB (Red+Green+Blue) = 117+186+64=367 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.88% from 367); Green value is 186 (73.05% from 255 or 50.68% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 186 - color contains mainly: green. Hex color #75BA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BA40 is #8A45BF. Grayscale: #979797. Windows color (decimal): -9061824 or 4242037. OLE color: 4242037.

HSL color Cylindrical-coordinate representation of color #75BA40: hue angle of 93.93º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #75BA40 is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 186 64 -
CMYK 0.37 0 0.66 0.27
HSL 93.93º 0.49% 0.49% -
HSV(B) 93.93º 0.66% 0.73% -
XYZ 25.82 39.27 11.07 -
YUV 151.46 78.64 103.42 -
System Red Green Blue C M Y K H S L
Decimal 117 186 64 0.37 0 0.66 0.27 93.93 0.49 0.49
Hex 75 BA 40 25 0 42 1B 5E 31 31
Octal 165 272 100 45 0 102 33 136 61 61
Binary 1110101 10111010 1000000 100101 0 1000010 11011 1011110 110001 110001

Color Harmonies of #75BA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BA40

Black with #75BA40

Text Example


Text Example

White with #75BA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,186,64); }

 H1.HeaderClassName
 {
   color: #75BA40;
 }
 .AnyTagClassName
 {
   color: #75BA40;
 }
</style>

background-color css

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

 a { background-color: rgb(117,186,64); }

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

border-color css

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

 span { border-color: rgb(117,186,64); }

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