Html Css Color HEX #75BD42 Apple

📋 copy color: '#75BD42'

red 117 ◦ green 189 ◦ blue 66

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

Shades of Apple #75BD42

Tints of Apple #75BD42

RGB

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

 GREEN value IS 189 (74.22% from 255) = 50.81%

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

R = 31.45%
G = 50.81%
B = 17.74%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#75BD42 (or 0x75BD42) is known color: Apple. HEX triplet: 75, BD and 42. RGB value is (117,189,66). Sum of RGB (Red+Green+Blue) = 117+189+66=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 189 (74.22% from 255 or 50.81% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 189 - color contains mainly: green. Hex color #75BD42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BD42 is #8A42BD. Grayscale: #999999. Windows color (decimal): -9061054 or 4373877. OLE color: 4373877.

HSL color Cylindrical-coordinate representation of color #75BD42: hue angle of 95.12º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #75BD42 is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 189 66 -
CMYK 0.38 0 0.65 0.26
HSL 95.12º 0.48% 0.5% -
HSV(B) 95.12º 0.65% 0.74% -
XYZ 26.52 40.57 11.59 -
YUV 153.45 78.65 102 -
System Red Green Blue C M Y K H S L
Decimal 117 189 66 0.38 0 0.65 0.26 95.12 0.48 0.5
Hex 75 BD 42 26 0 41 1A 5F 30 32
Octal 165 275 102 46 0 101 32 137 60 62
Binary 1110101 10111101 1000010 100110 0 1000001 11010 1011111 110000 110010

Color Harmonies of #75BD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BD42

Black with #75BD42

Text Example


Text Example

White with #75BD42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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