Html Css Color HEX #75BB36 Apple

📋 copy color: '#75BB36'

red 117 ◦ green 187 ◦ blue 54

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

Shades of Apple #75BB36

Tints of Apple #75BB36

RGB

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

 GREEN value IS 187 (73.44% from 255) = 52.23%

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

R = 32.68%
G = 52.23%
B = 15.08%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#75BB36 (or 0x75BB36) is known color: Apple. HEX triplet: 75, BB and 36. RGB value is (117,187,54). Sum of RGB (Red+Green+Blue) = 117+187+54=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 187 (73.44% from 255 or 52.23% from 358); Blue value is 54 (21.48% from 255 or 15.08% from 358); Max value from RGB is 187 - color contains mainly: green. Hex color #75BB36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BB36 is #8A44C9. Grayscale: #979797. Windows color (decimal): -9061578 or 3586933. OLE color: 3586933.

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

Color convert

RGB 117 187 54 -
CMYK 0.37 0 0.71 0.27
HSL 91.58º 0.55% 0.47% -
HSV(B) 91.58º 0.71% 0.73% -
XYZ 25.77 39.59 9.77 -
YUV 150.91 73.31 103.81 -
System Red Green Blue C M Y K H S L
Decimal 117 187 54 0.37 0 0.71 0.27 91.58 0.55 0.47
Hex 75 BB 36 25 0 47 1B 5C 37 2F
Octal 165 273 66 45 0 107 33 134 67 57
Binary 1110101 10111011 110110 100101 0 1000111 11011 1011100 110111 101111

Color Harmonies of #75BB36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BB36

Black with #75BB36

Text Example


Text Example

White with #75BB36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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