Html Css Color HEX #75BF42 Apple

📋 copy color: '#75BF42'

red 117 ◦ green 191 ◦ blue 66

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

Shades of Apple #75BF42

Tints of Apple #75BF42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.65%

R = 31.28%
G = 51.07%
B = 17.65%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#75BF42 (or 0x75BF42) is known color: Apple. HEX triplet: 75, BF and 42. RGB value is (117,191,66). Sum of RGB (Red+Green+Blue) = 117+191+66=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 191 (75% from 255 or 51.07% from 374); Blue value is 66 (26.17% from 255 or 17.65% from 374); Max value from RGB is 191 - color contains mainly: green. Hex color #75BF42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BF42 is #8A40BD. Grayscale: #9B9B9B. Windows color (decimal): -9060542 or 4374389. OLE color: 4374389.

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

Color convert

RGB 117 191 66 -
CMYK 0.39 0 0.65 0.25
HSL 95.52º 0.49% 0.5% -
HSV(B) 95.52º 0.65% 0.75% -
XYZ 26.95 41.44 11.73 -
YUV 154.62 77.98 101.16 -
System Red Green Blue C M Y K H S L
Decimal 117 191 66 0.39 0 0.65 0.25 95.52 0.49 0.5
Hex 75 BF 42 27 0 41 19 60 31 32
Octal 165 277 102 47 0 101 31 140 61 62
Binary 1110101 10111111 1000010 100111 0 1000001 11001 1100000 110001 110010

Color Harmonies of #75BF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BF42

Black with #75BF42

Text Example


Text Example

White with #75BF42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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