Html Css Color HEX #75C13A Apple

📋 copy color: '#75C13A'

red 117 ◦ green 193 ◦ blue 58

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

Shades of Apple #75C13A

Tints of Apple #75C13A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.76%

R = 31.79%
G = 52.45%
B = 15.76%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#75C13A (or 0x75C13A) is known color: Apple. HEX triplet: 75, C1 and 3A. RGB value is (117,193,58). Sum of RGB (Red+Green+Blue) = 117+193+58=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 193 (75.78% from 255 or 52.45% from 368); Blue value is 58 (23.05% from 255 or 15.76% from 368); Max value from RGB is 193 - color contains mainly: green. Hex color #75C13A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C13A is #8A3EC5. Grayscale: #9B9B9B. Windows color (decimal): -9060038 or 3850613. OLE color: 3850613.

HSL color Cylindrical-coordinate representation of color #75C13A: hue angle of 93.78º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #75C13A is Cyan = 0.39, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 193 58 -
CMYK 0.39 0 0.70 0.24
HSL 93.78º 0.54% 0.49% -
HSV(B) 93.78º 0.7% 0.76% -
XYZ 27.17 42.23 10.72 -
YUV 154.89 73.32 100.98 -
System Red Green Blue C M Y K H S L
Decimal 117 193 58 0.39 0 0.70 0.24 93.78 0.54 0.49
Hex 75 C1 3A 27 0 46 18 5E 36 31
Octal 165 301 72 47 0 106 30 136 66 61
Binary 1110101 11000001 111010 100111 0 1000110 11000 1011110 110110 110001

Color Harmonies of #75C13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C13A

Black with #75C13A

Text Example


Text Example

White with #75C13A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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