Html Css Color HEX #75BB47 Apple

📋 copy color: '#75BB47'

red 117 ◦ green 187 ◦ blue 71

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

Shades of Apple #75BB47

Tints of Apple #75BB47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.93%

R = 31.2%
G = 49.87%
B = 18.93%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#75BB47 (or 0x75BB47) is known color: Apple. HEX triplet: 75, BB and 47. RGB value is (117,187,71). Sum of RGB (Red+Green+Blue) = 117+187+71=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 187 (73.44% from 255 or 49.87% from 375); Blue value is 71 (28.12% from 255 or 18.93% from 375); Max value from RGB is 187 - color contains mainly: green. Hex color #75BB47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BB47 is #8A44B8. Grayscale: #999999. Windows color (decimal): -9061561 or 4701045. OLE color: 4701045.

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

Color convert

RGB 117 187 71 -
CMYK 0.37 0 0.62 0.27
HSL 96.21º 0.46% 0.51% -
HSV(B) 96.21º 0.62% 0.73% -
XYZ 26.24 39.78 12.26 -
YUV 152.85 81.81 102.43 -
System Red Green Blue C M Y K H S L
Decimal 117 187 71 0.37 0 0.62 0.27 96.21 0.46 0.51
Hex 75 BB 47 25 0 3E 1B 60 2E 33
Octal 165 273 107 45 0 76 33 140 56 63
Binary 1110101 10111011 1000111 100101 0 111110 11011 1100000 101110 110011

Color Harmonies of #75BB47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BB47

Black with #75BB47

Text Example


Text Example

White with #75BB47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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