Html Css Color HEX #75C237 Apple

📋 copy color: '#75C237'

red 117 ◦ green 194 ◦ blue 55

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

Shades of Apple #75C237

Tints of Apple #75C237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.03%

R = 31.97%
G = 53.01%
B = 15.03%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#75C237 (or 0x75C237) is known color: Apple. HEX triplet: 75, C2 and 37. RGB value is (117,194,55). Sum of RGB (Red+Green+Blue) = 117+194+55=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 194 (76.17% from 255 or 53.01% from 366); Blue value is 55 (21.88% from 255 or 15.03% from 366); Max value from RGB is 194 - color contains mainly: green. Hex color #75C237 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C237 is #8A3DC8. Grayscale: #9B9B9B. Windows color (decimal): -9059785 or 3654261. OLE color: 3654261.

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

Color convert

RGB 117 194 55 -
CMYK 0.40 0 0.72 0.24
HSL 93.24º 0.56% 0.49% -
HSV(B) 93.24º 0.72% 0.76% -
XYZ 27.32 42.64 10.41 -
YUV 155.13 71.49 100.8 -
System Red Green Blue C M Y K H S L
Decimal 117 194 55 0.40 0 0.72 0.24 93.24 0.56 0.49
Hex 75 C2 37 28 0 48 18 5D 38 31
Octal 165 302 67 50 0 110 30 135 70 61
Binary 1110101 11000010 110111 101000 0 1001000 11000 1011101 111000 110001

Color Harmonies of #75C237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C237

Black with #75C237

Text Example


Text Example

White with #75C237

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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