Html Css Color HEX #75BE46 Apple

📋 copy color: '#75BE46'

red 117 ◦ green 190 ◦ blue 70

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

Shades of Apple #75BE46

Tints of Apple #75BE46

RGB

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

 GREEN value IS 190 (74.61% from 255) = 50.4%

 BLUE value IS 70 (27.73% from 255) = 18.57%

R = 31.03%
G = 50.4%
B = 18.57%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#75BE46 (or 0x75BE46) is known color: Apple. HEX triplet: 75, BE and 46. RGB value is (117,190,70). Sum of RGB (Red+Green+Blue) = 117+190+70=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 190 (74.61% from 255 or 50.40% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 190 - color contains mainly: green. Hex color #75BE46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BE46 is #8A41B9. Grayscale: #9A9A9A. Windows color (decimal): -9060794 or 4636277. OLE color: 4636277.

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

Color convert

RGB 117 190 70 -
CMYK 0.38 0 0.63 0.25
HSL 96.5º 0.48% 0.51% -
HSV(B) 96.5º 0.63% 0.75% -
XYZ 26.86 41.05 12.3 -
YUV 154.49 80.32 101.26 -
System Red Green Blue C M Y K H S L
Decimal 117 190 70 0.38 0 0.63 0.25 96.5 0.48 0.51
Hex 75 BE 46 26 0 3F 19 60 30 33
Octal 165 276 106 46 0 77 31 140 60 63
Binary 1110101 10111110 1000110 100110 0 111111 11001 1100000 110000 110011

Color Harmonies of #75BE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BE46

Black with #75BE46

Text Example


Text Example

White with #75BE46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,190,70); }

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

background-color css

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

 a { background-color: rgb(117,190,70); }

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

border-color css

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

 span { border-color: rgb(117,190,70); }

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