Html Css Color HEX #75C13C Apple

📋 copy color: '#75C13C'

red 117 ◦ green 193 ◦ blue 60

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

Shades of Apple #75C13C

Tints of Apple #75C13C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.22%

R = 31.62%
G = 52.16%
B = 16.22%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#75C13C (or 0x75C13C) is known color: Apple. HEX triplet: 75, C1 and 3C. RGB value is (117,193,60). Sum of RGB (Red+Green+Blue) = 117+193+60=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 193 (75.78% from 255 or 52.16% from 370); Blue value is 60 (23.83% from 255 or 16.22% from 370); Max value from RGB is 193 - color contains mainly: green. Hex color #75C13C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C13C is #8A3EC3. Grayscale: #9B9B9B. Windows color (decimal): -9060036 or 3981685. OLE color: 3981685.

HSL color Cylindrical-coordinate representation of color #75C13C: hue angle of 94.29º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #75C13C is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 193 60 -
CMYK 0.39 0 0.69 0.24
HSL 94.29º 0.53% 0.5% -
HSV(B) 94.29º 0.69% 0.76% -
XYZ 27.22 42.25 10.99 -
YUV 155.11 74.32 100.81 -
System Red Green Blue C M Y K H S L
Decimal 117 193 60 0.39 0 0.69 0.24 94.29 0.53 0.5
Hex 75 C1 3C 27 0 45 18 5E 35 32
Octal 165 301 74 47 0 105 30 136 65 62
Binary 1110101 11000001 111100 100111 0 1000101 11000 1011110 110101 110010

Color Harmonies of #75C13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C13C

Black with #75C13C

Text Example


Text Example

White with #75C13C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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