Html Css Color HEX #75C244 Apple

📋 copy color: '#75C244'

red 117 ◦ green 194 ◦ blue 68

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

Shades of Apple #75C244

Tints of Apple #75C244

RGB

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

 GREEN value IS 194 (76.17% from 255) = 51.19%

 BLUE value IS 68 (26.95% from 255) = 17.94%

R = 30.87%
G = 51.19%
B = 17.94%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#75C244 (or 0x75C244) is known color: Apple. HEX triplet: 75, C2 and 44. RGB value is (117,194,68). Sum of RGB (Red+Green+Blue) = 117+194+68=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 194 (76.17% from 255 or 51.19% from 379); Blue value is 68 (26.95% from 255 or 17.94% from 379); Max value from RGB is 194 - color contains mainly: green. Hex color #75C244 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C244 is #8A3DBB. Grayscale: #9D9D9D. Windows color (decimal): -9059772 or 4506229. OLE color: 4506229.

HSL color Cylindrical-coordinate representation of color #75C244: hue angle of 96.67º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #75C244 is Cyan = 0.40, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 194 68 -
CMYK 0.40 0 0.65 0.24
HSL 96.67º 0.51% 0.51% -
HSV(B) 96.67º 0.65% 0.76% -
XYZ 27.67 42.78 12.27 -
YUV 156.61 77.99 99.75 -
System Red Green Blue C M Y K H S L
Decimal 117 194 68 0.40 0 0.65 0.24 96.67 0.51 0.51
Hex 75 C2 44 28 0 41 18 61 33 33
Octal 165 302 104 50 0 101 30 141 63 63
Binary 1110101 11000010 1000100 101000 0 1000001 11000 1100001 110011 110011

Color Harmonies of #75C244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C244

Black with #75C244

Text Example


Text Example

White with #75C244

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,194,68); }

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

background-color css

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

 a { background-color: rgb(117,194,68); }

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

border-color css

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

 span { border-color: rgb(117,194,68); }

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