Html Css Color HEX #75BD45 Apple

📋 copy color: '#75BD45'

red 117 ◦ green 189 ◦ blue 69

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

Shades of Apple #75BD45

Tints of Apple #75BD45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.4%

R = 31.2%
G = 50.4%
B = 18.4%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#75BD45 (or 0x75BD45) is known color: Apple. HEX triplet: 75, BD and 45. RGB value is (117,189,69). Sum of RGB (Red+Green+Blue) = 117+189+69=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 189 (74.22% from 255 or 50.4% from 375); Blue value is 69 (27.34% from 255 or 18.4% from 375); Max value from RGB is 189 - color contains mainly: green. Hex color #75BD45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BD45 is #8A42BA. Grayscale: #9A9A9A. Windows color (decimal): -9061051 or 4570485. OLE color: 4570485.

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

Color convert

RGB 117 189 69 -
CMYK 0.38 0 0.63 0.26
HSL 96º 0.48% 0.51% -
HSV(B) 96º 0.63% 0.74% -
XYZ 26.61 40.61 12.07 -
YUV 153.79 80.15 101.76 -
System Red Green Blue C M Y K H S L
Decimal 117 189 69 0.38 0 0.63 0.26 96 0.48 0.51
Hex 75 BD 45 26 0 3F 1A 60 30 33
Octal 165 275 105 46 0 77 32 140 60 63
Binary 1110101 10111101 1000101 100110 0 111111 11010 1100000 110000 110011

Color Harmonies of #75BD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BD45

Black with #75BD45

Text Example


Text Example

White with #75BD45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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