Html Css Color HEX #75C935 Apple

📋 copy color: '#75C935'

red 117 ◦ green 201 ◦ blue 53

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

Shades of Apple #75C935

Tints of Apple #75C935

RGB

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

 GREEN value IS 201 (78.91% from 255) = 54.18%

 BLUE value IS 53 (21.09% from 255) = 14.29%

R = 31.54%
G = 54.18%
B = 14.29%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#75C935 (or 0x75C935) is known color: Apple. HEX triplet: 75, C9 and 35. RGB value is (117,201,53). Sum of RGB (Red+Green+Blue) = 117+201+53=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 201 (78.91% from 255 or 54.18% from 371); Blue value is 53 (21.09% from 255 or 14.29% from 371); Max value from RGB is 201 - color contains mainly: green. Hex color #75C935 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C935 is #8A36CA. Grayscale: #9F9F9F. Windows color (decimal): -9057995 or 3524981. OLE color: 3524981.

HSL color Cylindrical-coordinate representation of color #75C935: hue angle of 94.05º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #75C935 is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB 117 201 53 -
CMYK 0.42 0 0.74 0.21
HSL 94.05º 0.58% 0.5% -
HSV(B) 94.05º 0.74% 0.79% -
XYZ 28.87 45.81 10.69 -
YUV 159.01 68.17 98.03 -
System Red Green Blue C M Y K H S L
Decimal 117 201 53 0.42 0 0.74 0.21 94.05 0.58 0.5
Hex 75 C9 35 2A 0 4A 15 5E 3A 32
Octal 165 311 65 52 0 112 25 136 72 62
Binary 1110101 11001001 110101 101010 0 1001010 10101 1011110 111010 110010

Color Harmonies of #75C935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C935

Black with #75C935

Text Example


Text Example

White with #75C935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,201,53); }

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

background-color css

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

 a { background-color: rgb(117,201,53); }

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

border-color css

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

 span { border-color: rgb(117,201,53); }

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