Html Css Color HEX #75BC36 Apple

📋 copy color: '#75BC36'

red 117 ◦ green 188 ◦ blue 54

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

Shades of Apple #75BC36

Tints of Apple #75BC36

RGB

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

 GREEN value IS 188 (73.83% from 255) = 52.37%

 BLUE value IS 54 (21.48% from 255) = 15.04%

R = 32.59%
G = 52.37%
B = 15.04%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#75BC36 (or 0x75BC36) is known color: Apple. HEX triplet: 75, BC and 36. RGB value is (117,188,54). Sum of RGB (Red+Green+Blue) = 117+188+54=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 188 (73.83% from 255 or 52.37% from 359); Blue value is 54 (21.48% from 255 or 15.04% from 359); Max value from RGB is 188 - color contains mainly: green. Hex color #75BC36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BC36 is #8A43C9. Grayscale: #979797. Windows color (decimal): -9061322 or 3587189. OLE color: 3587189.

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

Color convert

RGB 117 188 54 -
CMYK 0.38 0 0.71 0.26
HSL 91.79º 0.55% 0.47% -
HSV(B) 91.79º 0.71% 0.74% -
XYZ 25.99 40.01 9.84 -
YUV 151.5 72.98 103.4 -
System Red Green Blue C M Y K H S L
Decimal 117 188 54 0.38 0 0.71 0.26 91.79 0.55 0.47
Hex 75 BC 36 26 0 47 1A 5C 37 2F
Octal 165 274 66 46 0 107 32 134 67 57
Binary 1110101 10111100 110110 100110 0 1000111 11010 1011100 110111 101111

Color Harmonies of #75BC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BC36

Black with #75BC36

Text Example


Text Example

White with #75BC36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,188,54); }

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

background-color css

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

 a { background-color: rgb(117,188,54); }

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

border-color css

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

 span { border-color: rgb(117,188,54); }

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