Html Css Color HEX #75D339 Apple

📋 copy color: '#75D339'

red 117 ◦ green 211 ◦ blue 57

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

Shades of Apple #75D339

Tints of Apple #75D339

RGB

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

 GREEN value IS 211 (82.81% from 255) = 54.81%

 BLUE value IS 57 (22.66% from 255) = 14.81%

R = 30.39%
G = 54.81%
B = 14.81%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#75D339 (or 0x75D339) is known color: Apple. HEX triplet: 75, D3 and 39. RGB value is (117,211,57). Sum of RGB (Red+Green+Blue) = 117+211+57=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 211 (82.81% from 255 or 54.81% from 385); Blue value is 57 (22.66% from 255 or 14.81% from 385); Max value from RGB is 211 - color contains mainly: green. Hex color #75D339 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D339 is #8A2CC6. Grayscale: #A5A5A5. Windows color (decimal): -9055431 or 3789685. OLE color: 3789685.

HSL color Cylindrical-coordinate representation of color #75D339: hue angle of 96.62º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #75D339 is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 117 211 57 -
CMYK 0.45 0 0.73 0.17
HSL 96.62º 0.64% 0.53% -
HSV(B) 96.62º 0.73% 0.83% -
XYZ 31.37 50.67 12 -
YUV 165.34 66.86 93.52 -
System Red Green Blue C M Y K H S L
Decimal 117 211 57 0.45 0 0.73 0.17 96.62 0.64 0.53
Hex 75 D3 39 2D 0 49 11 61 40 35
Octal 165 323 71 55 0 111 21 141 100 65
Binary 1110101 11010011 111001 101101 0 1001001 10001 1100001 1000000 110101

Color Harmonies of #75D339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D339

Black with #75D339

Text Example


Text Example

White with #75D339

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,211,57); }

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

background-color css

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

 a { background-color: rgb(117,211,57); }

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

border-color css

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

 span { border-color: rgb(117,211,57); }

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