Html Css Color HEX #75C63F Apple

📋 copy color: '#75C63F'

red 117 ◦ green 198 ◦ blue 63

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

Shades of Apple #75C63F

Tints of Apple #75C63F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 52.38%

 BLUE value IS 63 (25% from 255) = 16.67%

R = 30.95%
G = 52.38%
B = 16.67%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#75C63F (or 0x75C63F) is known color: Apple. HEX triplet: 75, C6 and 3F. RGB value is (117,198,63). Sum of RGB (Red+Green+Blue) = 117+198+63=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 198 (77.73% from 255 or 52.38% from 378); Blue value is 63 (25% from 255 or 16.67% from 378); Max value from RGB is 198 - color contains mainly: green. Hex color #75C63F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C63F is #8A39C0. Grayscale: #9E9E9E. Windows color (decimal): -9058753 or 4179573. OLE color: 4179573.

HSL color Cylindrical-coordinate representation of color #75C63F: hue angle of 96º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #75C63F is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 117 198 63 -
CMYK 0.41 0 0.68 0.22
HSL 96º 0.54% 0.51% -
HSV(B) 96º 0.68% 0.78% -
XYZ 28.43 44.53 11.8 -
YUV 158.39 74.16 98.48 -
System Red Green Blue C M Y K H S L
Decimal 117 198 63 0.41 0 0.68 0.22 96 0.54 0.51
Hex 75 C6 3F 29 0 44 16 60 36 33
Octal 165 306 77 51 0 104 26 140 66 63
Binary 1110101 11000110 111111 101001 0 1000100 10110 1100000 110110 110011

Color Harmonies of #75C63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C63F

Black with #75C63F

Text Example


Text Example

White with #75C63F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,198,63); }

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

background-color css

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

 a { background-color: rgb(117,198,63); }

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

border-color css

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

 span { border-color: rgb(117,198,63); }

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