Html Css Color HEX #75BA42 Apple

📋 copy color: '#75BA42'

red 117 ◦ green 186 ◦ blue 66

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

Shades of Apple #75BA42

Tints of Apple #75BA42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.89%

R = 31.71%
G = 50.41%
B = 17.89%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#75BA42 (or 0x75BA42) is known color: Apple. HEX triplet: 75, BA and 42. RGB value is (117,186,66). Sum of RGB (Red+Green+Blue) = 117+186+66=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 186 (73.05% from 255 or 50.41% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 186 - color contains mainly: green. Hex color #75BA42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BA42 is #8A45BD. Grayscale: #989898. Windows color (decimal): -9061822 or 4373109. OLE color: 4373109.

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

Color convert

RGB 117 186 66 -
CMYK 0.37 0 0.65 0.27
HSL 94.5º 0.48% 0.49% -
HSV(B) 94.5º 0.65% 0.73% -
XYZ 25.88 39.29 11.37 -
YUV 151.69 79.64 103.26 -
System Red Green Blue C M Y K H S L
Decimal 117 186 66 0.37 0 0.65 0.27 94.5 0.48 0.49
Hex 75 BA 42 25 0 41 1B 5E 30 31
Octal 165 272 102 45 0 101 33 136 60 61
Binary 1110101 10111010 1000010 100101 0 1000001 11011 1011110 110000 110001

Color Harmonies of #75BA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BA42

Black with #75BA42

Text Example


Text Example

White with #75BA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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