Html Css Color HEX #5AC732 Apple

📋 copy color: '#5AC732'

red 90 ◦ green 199 ◦ blue 50

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

Shades of Apple #5AC732

Tints of Apple #5AC732

RGB

 RED value IS 90 (35.55% from 255) = 26.55%

 GREEN value IS 199 (78.13% from 255) = 58.7%

 BLUE value IS 50 (19.92% from 255) = 14.75%

R = 26.55%
G = 58.7%
B = 14.75%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#5AC732 (or 0x5AC732) is known color: Apple. HEX triplet: 5A, C7 and 32. RGB value is (90,199,50). Sum of RGB (Red+Green+Blue) = 90+199+50=339 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.55% from 339); Green value is 199 (78.12% from 255 or 58.70% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 199 - color contains mainly: green. Hex color #5AC732 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC732 is #A538CD. Grayscale: #959595. Windows color (decimal): -10827982 or 3327834. OLE color: 3327834.

HSL color Cylindrical-coordinate representation of color #5AC732: hue angle of 103.89º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5AC732 is Cyan = 0.55, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 90 199 50 -
CMYK 0.55 0 0.75 0.22
HSL 103.89º 0.6% 0.49% -
HSV(B) 103.89º 0.75% 0.78% -
XYZ 25.22 43.25 10.04 -
YUV 149.42 71.89 85.62 -
System Red Green Blue C M Y K H S L
Decimal 90 199 50 0.55 0 0.75 0.22 103.89 0.6 0.49
Hex 5A C7 32 37 0 4B 16 68 3C 31
Octal 132 307 62 67 0 113 26 150 74 61
Binary 1011010 11000111 110010 110111 0 1001011 10110 1101000 111100 110001

Color Harmonies of #5AC732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC732

Black with #5AC732

Text Example


Text Example

White with #5AC732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5AC732; }

 p { color: rgb(90,199,50); }

 H1.HeaderClassName
 {
   color: #5AC732;
 }
 .AnyTagClassName
 {
   color: #5AC732;
 }
</style>

background-color css

<style>
 a { background-color: #5AC732; }

 a { background-color: rgb(90,199,50); }

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

border-color css

<style>
 span { border-color: #5AC732; }

 span { border-color: rgb(90,199,50); }

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