Html Css Color HEX #75BA4B Apple

📋 copy color: '#75BA4B'

red 117 ◦ green 186 ◦ blue 75

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

Shades of Apple #75BA4B

Tints of Apple #75BA4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.84%

R = 30.95%
G = 49.21%
B = 19.84%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#75BA4B (or 0x75BA4B) is known color: Apple. HEX triplet: 75, BA and 4B. RGB value is (117,186,75). Sum of RGB (Red+Green+Blue) = 117+186+75=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 186 - color contains mainly: green. Hex color #75BA4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BA4B is #8A45B4. Grayscale: #999999. Windows color (decimal): -9061813 or 4962933. OLE color: 4962933.

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

Color convert

RGB 117 186 75 -
CMYK 0.37 0 0.60 0.27
HSL 97.3º 0.45% 0.51% -
HSV(B) 97.3º 0.6% 0.73% -
XYZ 26.17 39.41 12.88 -
YUV 152.72 84.14 102.53 -
System Red Green Blue C M Y K H S L
Decimal 117 186 75 0.37 0 0.60 0.27 97.3 0.45 0.51
Hex 75 BA 4B 25 0 3C 1B 61 2D 33
Octal 165 272 113 45 0 74 33 141 55 63
Binary 1110101 10111010 1001011 100101 0 111100 11011 1100001 101101 110011

Color Harmonies of #75BA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BA4B

Black with #75BA4B

Text Example


Text Example

White with #75BA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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