Html Css Color HEX #75C236 Apple

📋 copy color: '#75C236'

red 117 ◦ green 194 ◦ blue 54

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

Shades of Apple #75C236

Tints of Apple #75C236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.79%

R = 32.05%
G = 53.15%
B = 14.79%

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

#75C236 (or 0x75C236) is known color: Apple. HEX triplet: 75, C2 and 36. RGB value is (117,194,54). Sum of RGB (Red+Green+Blue) = 117+194+54=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 194 (76.17% from 255 or 53.15% from 365); Blue value is 54 (21.48% from 255 or 14.79% from 365); Max value from RGB is 194 - color contains mainly: green. Hex color #75C236 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C236 is #8A3DC9. Grayscale: #9B9B9B. Windows color (decimal): -9059786 or 3588725. OLE color: 3588725.

HSL color Cylindrical-coordinate representation of color #75C236: hue angle of 93º 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 #75C236 is Cyan = 0.40, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 194 54 -
CMYK 0.40 0 0.72 0.24
HSL 93º 0.56% 0.49% -
HSV(B) 93º 0.72% 0.76% -
XYZ 27.29 42.63 10.28 -
YUV 155.02 70.99 100.88 -
System Red Green Blue C M Y K H S L
Decimal 117 194 54 0.40 0 0.72 0.24 93 0.56 0.49
Hex 75 C2 36 28 0 48 18 5D 38 31
Octal 165 302 66 50 0 110 30 135 70 61
Binary 1110101 11000010 110110 101000 0 1001000 11000 1011101 111000 110001

Color Harmonies of #75C236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C236

Black with #75C236

Text Example


Text Example

White with #75C236

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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