Html Css Color HEX #75BB40 Apple

📋 copy color: '#75BB40'

red 117 ◦ green 187 ◦ blue 64

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

Shades of Apple #75BB40

Tints of Apple #75BB40

RGB

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

 GREEN value IS 187 (73.44% from 255) = 50.82%

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

R = 31.79%
G = 50.82%
B = 17.39%

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

#75BB40 (or 0x75BB40) is known color: Apple. HEX triplet: 75, BB and 40. RGB value is (117,187,64). Sum of RGB (Red+Green+Blue) = 117+187+64=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 187 (73.44% from 255 or 50.82% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 187 - color contains mainly: green. Hex color #75BB40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BB40 is #8A44BF. Grayscale: #989898. Windows color (decimal): -9061568 or 4242293. OLE color: 4242293.

HSL color Cylindrical-coordinate representation of color #75BB40: hue angle of 94.15º 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 #75BB40 is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 187 64 -
CMYK 0.37 0 0.66 0.27
HSL 94.15º 0.49% 0.49% -
HSV(B) 94.15º 0.66% 0.73% -
XYZ 26.03 39.69 11.14 -
YUV 152.05 78.31 103 -
System Red Green Blue C M Y K H S L
Decimal 117 187 64 0.37 0 0.66 0.27 94.15 0.49 0.49
Hex 75 BB 40 25 0 42 1B 5E 31 31
Octal 165 273 100 45 0 102 33 136 61 61
Binary 1110101 10111011 1000000 100101 0 1000010 11011 1011110 110001 110001

Color Harmonies of #75BB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BB40

Black with #75BB40

Text Example


Text Example

White with #75BB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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