Html Css Color HEX #75C33A Apple

📋 copy color: '#75C33A'

red 117 ◦ green 195 ◦ blue 58

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

Shades of Apple #75C33A

Tints of Apple #75C33A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 52.7%

 BLUE value IS 58 (23.05% from 255) = 15.68%

R = 31.62%
G = 52.7%
B = 15.68%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#75C33A (or 0x75C33A) is known color: Apple. HEX triplet: 75, C3 and 3A. RGB value is (117,195,58). Sum of RGB (Red+Green+Blue) = 117+195+58=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 195 (76.56% from 255 or 52.70% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 195 - color contains mainly: green. Hex color #75C33A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C33A is #8A3CC5. Grayscale: #9C9C9C. Windows color (decimal): -9059526 or 3851125. OLE color: 3851125.

HSL color Cylindrical-coordinate representation of color #75C33A: hue angle of 94.16º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #75C33A is Cyan = 0.4, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 195 58 -
CMYK 0.4 0 0.70 0.24
HSL 94.16º 0.54% 0.5% -
HSV(B) 94.16º 0.7% 0.76% -
XYZ 27.61 43.12 10.87 -
YUV 156.06 72.66 100.14 -
System Red Green Blue C M Y K H S L
Decimal 117 195 58 0.4 0 0.70 0.24 94.16 0.54 0.5
Hex 75 C3 3A 28 0 46 18 5E 36 32
Octal 165 303 72 50 0 106 30 136 66 62
Binary 1110101 11000011 111010 101000 0 1000110 11000 1011110 110110 110010

Color Harmonies of #75C33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C33A

Black with #75C33A

Text Example


Text Example

White with #75C33A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,195,58); }

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

background-color css

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

 a { background-color: rgb(117,195,58); }

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

border-color css

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

 span { border-color: rgb(117,195,58); }

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