Html Css Color HEX #75C035 Apple

📋 copy color: '#75C035'

red 117 ◦ green 192 ◦ blue 53

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

Shades of Apple #75C035

Tints of Apple #75C035

RGB

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

 GREEN value IS 192 (75.39% from 255) = 53.04%

 BLUE value IS 53 (21.09% from 255) = 14.64%

R = 32.32%
G = 53.04%
B = 14.64%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#75C035 (or 0x75C035) is known color: Apple. HEX triplet: 75, C0 and 35. RGB value is (117,192,53). Sum of RGB (Red+Green+Blue) = 117+192+53=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 192 (75.39% from 255 or 53.04% from 362); Blue value is 53 (21.09% from 255 or 14.64% from 362); Max value from RGB is 192 - color contains mainly: green. Hex color #75C035 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C035 is #8A3FCA. Grayscale: #9A9A9A. Windows color (decimal): -9060299 or 3522677. OLE color: 3522677.

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

Color convert

RGB 117 192 53 -
CMYK 0.39 0 0.72 0.25
HSL 92.37º 0.57% 0.48% -
HSV(B) 92.37º 0.72% 0.75% -
XYZ 26.83 41.74 10.01 -
YUV 153.73 71.15 101.8 -
System Red Green Blue C M Y K H S L
Decimal 117 192 53 0.39 0 0.72 0.25 92.37 0.57 0.48
Hex 75 C0 35 27 0 48 19 5C 39 30
Octal 165 300 65 47 0 110 31 134 71 60
Binary 1110101 11000000 110101 100111 0 1001000 11001 1011100 111001 110000

Color Harmonies of #75C035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C035

Black with #75C035

Text Example


Text Example

White with #75C035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,192,53); }

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

background-color css

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

 a { background-color: rgb(117,192,53); }

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

border-color css

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

 span { border-color: rgb(117,192,53); }

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