Html Css Color HEX #75C136 Apple

📋 copy color: '#75C136'

red 117 ◦ green 193 ◦ blue 54

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

Shades of Apple #75C136

Tints of Apple #75C136

RGB

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

 GREEN value IS 193 (75.78% from 255) = 53.02%

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

R = 32.14%
G = 53.02%
B = 14.84%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#75C136 (or 0x75C136) is known color: Apple. HEX triplet: 75, C1 and 36. RGB value is (117,193,54). Sum of RGB (Red+Green+Blue) = 117+193+54=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 193 (75.78% from 255 or 53.02% from 364); Blue value is 54 (21.48% from 255 or 14.84% from 364); Max value from RGB is 193 - color contains mainly: green. Hex color #75C136 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C136 is #8A3EC9. Grayscale: #9A9A9A. Windows color (decimal): -9060042 or 3588469. OLE color: 3588469.

HSL color Cylindrical-coordinate representation of color #75C136: hue angle of 92.81º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #75C136 is Cyan = 0.39, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 193 54 -
CMYK 0.39 0 0.72 0.24
HSL 92.81º 0.56% 0.48% -
HSV(B) 92.81º 0.72% 0.76% -
XYZ 27.07 42.19 10.21 -
YUV 154.43 71.32 101.3 -
System Red Green Blue C M Y K H S L
Decimal 117 193 54 0.39 0 0.72 0.24 92.81 0.56 0.48
Hex 75 C1 36 27 0 48 18 5D 38 30
Octal 165 301 66 47 0 110 30 135 70 60
Binary 1110101 11000001 110110 100111 0 1001000 11000 1011101 111000 110000

Color Harmonies of #75C136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C136

Black with #75C136

Text Example


Text Example

White with #75C136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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