Html Css Color HEX #75BF49 Apple

📋 copy color: '#75BF49'

red 117 ◦ green 191 ◦ blue 73

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

Shades of Apple #75BF49

Tints of Apple #75BF49

RGB

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

 GREEN value IS 191 (75% from 255) = 50.13%

 BLUE value IS 73 (28.91% from 255) = 19.16%

R = 30.71%
G = 50.13%
B = 19.16%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#75BF49 (or 0x75BF49) is known color: Apple. HEX triplet: 75, BF and 49. RGB value is (117,191,73). Sum of RGB (Red+Green+Blue) = 117+191+73=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 191 (75% from 255 or 50.13% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 191 - color contains mainly: green. Hex color #75BF49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BF49 is #8A40B6. Grayscale: #9B9B9B. Windows color (decimal): -9060535 or 4833141. OLE color: 4833141.

HSL color Cylindrical-coordinate representation of color #75BF49: hue angle of 97.63º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #75BF49 is Cyan = 0.39, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 191 73 -
CMYK 0.39 0 0.62 0.25
HSL 97.63º 0.48% 0.52% -
HSV(B) 97.63º 0.62% 0.75% -
XYZ 27.17 41.52 12.89 -
YUV 155.42 81.48 100.59 -
System Red Green Blue C M Y K H S L
Decimal 117 191 73 0.39 0 0.62 0.25 97.63 0.48 0.52
Hex 75 BF 49 27 0 3E 19 62 30 34
Octal 165 277 111 47 0 76 31 142 60 64
Binary 1110101 10111111 1001001 100111 0 111110 11001 1100010 110000 110100

Color Harmonies of #75BF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BF49

Black with #75BF49

Text Example


Text Example

White with #75BF49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,191,73); }

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

background-color css

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

 a { background-color: rgb(117,191,73); }

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

border-color css

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

 span { border-color: rgb(117,191,73); }

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