Html Css Color HEX #75C040 Apple

📋 copy color: '#75C040'

red 117 ◦ green 192 ◦ blue 64

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

Shades of Apple #75C040

Tints of Apple #75C040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.16%

R = 31.37%
G = 51.47%
B = 17.16%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#75C040 (or 0x75C040) is known color: Apple. HEX triplet: 75, C0 and 40. RGB value is (117,192,64). Sum of RGB (Red+Green+Blue) = 117+192+64=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 192 (75.39% from 255 or 51.47% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 192 - color contains mainly: green. Hex color #75C040 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C040 is #8A3FBF. Grayscale: #9B9B9B. Windows color (decimal): -9060288 or 4243573. OLE color: 4243573.

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

Color convert

RGB 117 192 64 -
CMYK 0.39 0 0.67 0.25
HSL 95.16º 0.5% 0.5% -
HSV(B) 95.16º 0.67% 0.75% -
XYZ 27.11 41.85 11.5 -
YUV 154.98 76.65 100.91 -
System Red Green Blue C M Y K H S L
Decimal 117 192 64 0.39 0 0.67 0.25 95.16 0.5 0.5
Hex 75 C0 40 27 0 43 19 5F 32 32
Octal 165 300 100 47 0 103 31 137 62 62
Binary 1110101 11000000 1000000 100111 0 1000011 11001 1011111 110010 110010

Color Harmonies of #75C040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C040

Black with #75C040

Text Example


Text Example

White with #75C040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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