Html Css Color HEX #75B83F Apple

📋 copy color: '#75B83F'

red 117 ◦ green 184 ◦ blue 63

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

Shades of Apple #75B83F

Tints of Apple #75B83F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 50.55%

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

R = 32.14%
G = 50.55%
B = 17.31%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#75B83F (or 0x75B83F) is known color: Apple. HEX triplet: 75, B8 and 3F. RGB value is (117,184,63). Sum of RGB (Red+Green+Blue) = 117+184+63=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 184 (72.27% from 255 or 50.55% from 364); Blue value is 63 (25% from 255 or 17.31% from 364); Max value from RGB is 184 - color contains mainly: green. Hex color #75B83F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75B83F is #8A47C0. Grayscale: #969696. Windows color (decimal): -9062337 or 4175989. OLE color: 4175989.

HSL color Cylindrical-coordinate representation of color #75B83F: hue angle of 93.22º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #75B83F is Cyan = 0.36, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB 117 184 63 -
CMYK 0.36 0 0.66 0.28
HSL 93.22º 0.49% 0.48% -
HSV(B) 93.22º 0.66% 0.72% -
XYZ 25.37 38.42 10.78 -
YUV 150.17 78.8 104.34 -
System Red Green Blue C M Y K H S L
Decimal 117 184 63 0.36 0 0.66 0.28 93.22 0.49 0.48
Hex 75 B8 3F 24 0 42 1C 5D 31 30
Octal 165 270 77 44 0 102 34 135 61 60
Binary 1110101 10111000 111111 100100 0 1000010 11100 1011101 110001 110000

Color Harmonies of #75B83F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B83F

Black with #75B83F

Text Example


Text Example

White with #75B83F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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