Html Css Color HEX #75C541 Apple

📋 copy color: '#75C541'

red 117 ◦ green 197 ◦ blue 65

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

Shades of Apple #75C541

Tints of Apple #75C541

RGB

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

 GREEN value IS 197 (77.34% from 255) = 51.98%

 BLUE value IS 65 (25.78% from 255) = 17.15%

R = 30.87%
G = 51.98%
B = 17.15%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#75C541 (or 0x75C541) is known color: Apple. HEX triplet: 75, C5 and 41. RGB value is (117,197,65). Sum of RGB (Red+Green+Blue) = 117+197+65=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 197 (77.34% from 255 or 51.98% from 379); Blue value is 65 (25.78% from 255 or 17.15% from 379); Max value from RGB is 197 - color contains mainly: green. Hex color #75C541 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C541 is #8A3ABE. Grayscale: #9E9E9E. Windows color (decimal): -9059007 or 4310389. OLE color: 4310389.

HSL color Cylindrical-coordinate representation of color #75C541: hue angle of 96.36º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #75C541 is Cyan = 0.41, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 117 197 65 -
CMYK 0.41 0 0.67 0.23
HSL 96.36º 0.53% 0.51% -
HSV(B) 96.36º 0.67% 0.77% -
XYZ 28.26 44.1 12.02 -
YUV 158.03 75.5 98.73 -
System Red Green Blue C M Y K H S L
Decimal 117 197 65 0.41 0 0.67 0.23 96.36 0.53 0.51
Hex 75 C5 41 29 0 43 17 60 35 33
Octal 165 305 101 51 0 103 27 140 65 63
Binary 1110101 11000101 1000001 101001 0 1000011 10111 1100000 110101 110011

Color Harmonies of #75C541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C541

Black with #75C541

Text Example


Text Example

White with #75C541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,197,65); }

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

background-color css

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

 a { background-color: rgb(117,197,65); }

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

border-color css

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

 span { border-color: rgb(117,197,65); }

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