Html Css Color HEX #75BA44 Apple

📋 copy color: '#75BA44'

red 117 ◦ green 186 ◦ blue 68

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

Shades of Apple #75BA44

Tints of Apple #75BA44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.33%

R = 31.54%
G = 50.13%
B = 18.33%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#75BA44 (or 0x75BA44) is known color: Apple. HEX triplet: 75, BA and 44. RGB value is (117,186,68). Sum of RGB (Red+Green+Blue) = 117+186+68=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 68 (26.95% from 255 or 18.33% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #75BA44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BA44 is #8A45BB. Grayscale: #989898. Windows color (decimal): -9061820 or 4504181. OLE color: 4504181.

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

Color convert

RGB 117 186 68 -
CMYK 0.37 0 0.63 0.27
HSL 95.08º 0.46% 0.5% -
HSV(B) 95.08º 0.63% 0.73% -
XYZ 25.94 39.32 11.69 -
YUV 151.92 80.64 103.09 -
System Red Green Blue C M Y K H S L
Decimal 117 186 68 0.37 0 0.63 0.27 95.08 0.46 0.5
Hex 75 BA 44 25 0 3F 1B 5F 2E 32
Octal 165 272 104 45 0 77 33 137 56 62
Binary 1110101 10111010 1000100 100101 0 111111 11011 1011111 101110 110010

Color Harmonies of #75BA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BA44

Black with #75BA44

Text Example


Text Example

White with #75BA44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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