Html Css Color HEX #75C041 Apple

📋 copy color: '#75C041'

red 117 ◦ green 192 ◦ blue 65

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

Shades of Apple #75C041

Tints of Apple #75C041

RGB

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

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

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

R = 31.28%
G = 51.34%
B = 17.38%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#75C041 (or 0x75C041) is known color: Apple. HEX triplet: 75, C0 and 41. RGB value is (117,192,65). Sum of RGB (Red+Green+Blue) = 117+192+65=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 192 (75.39% from 255 or 51.34% from 374); Blue value is 65 (25.78% from 255 or 17.38% from 374); Max value from RGB is 192 - color contains mainly: green. Hex color #75C041 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C041 is #8A3FBE. Grayscale: #9B9B9B. Windows color (decimal): -9060287 or 4309109. OLE color: 4309109.

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

Color convert

RGB 117 192 65 -
CMYK 0.39 0 0.66 0.25
HSL 95.43º 0.5% 0.5% -
HSV(B) 95.43º 0.66% 0.75% -
XYZ 27.14 41.86 11.65 -
YUV 155.1 77.15 100.83 -
System Red Green Blue C M Y K H S L
Decimal 117 192 65 0.39 0 0.66 0.25 95.43 0.5 0.5
Hex 75 C0 41 27 0 42 19 5F 32 32
Octal 165 300 101 47 0 102 31 137 62 62
Binary 1110101 11000000 1000001 100111 0 1000010 11001 1011111 110010 110010

Color Harmonies of #75C041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C041

Black with #75C041

Text Example


Text Example

White with #75C041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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