Html Css Color HEX #5AC535 Apple

📋 copy color: '#5AC535'

red 90 ◦ green 197 ◦ blue 53

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

Shades of Apple #5AC535

Tints of Apple #5AC535

RGB

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

 GREEN value IS 197 (77.34% from 255) = 57.94%

 BLUE value IS 53 (21.09% from 255) = 15.59%

R = 26.47%
G = 57.94%
B = 15.59%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#5AC535 (or 0x5AC535) is known color: Apple. HEX triplet: 5A, C5 and 35. RGB value is (90,197,53). Sum of RGB (Red+Green+Blue) = 90+197+53=340 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.47% from 340); Green value is 197 (77.34% from 255 or 57.94% from 340); Blue value is 53 (21.09% from 255 or 15.59% from 340); Max value from RGB is 197 - color contains mainly: green. Hex color #5AC535 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC535 is #A53ACA. Grayscale: #959595. Windows color (decimal): -10828491 or 3523930. OLE color: 3523930.

HSL color Cylindrical-coordinate representation of color #5AC535: hue angle of 104.58º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5AC535 is Cyan = 0.54, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 90 197 53 -
CMYK 0.54 0 0.73 0.23
HSL 104.58º 0.58% 0.49% -
HSV(B) 104.58º 0.73% 0.77% -
XYZ 24.83 42.36 10.24 -
YUV 148.59 74.05 86.21 -
System Red Green Blue C M Y K H S L
Decimal 90 197 53 0.54 0 0.73 0.23 104.58 0.58 0.49
Hex 5A C5 35 36 0 49 17 69 3A 31
Octal 132 305 65 66 0 111 27 151 72 61
Binary 1011010 11000101 110101 110110 0 1001001 10111 1101001 111010 110001

Color Harmonies of #5AC535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC535

Black with #5AC535

Text Example


Text Example

White with #5AC535

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,197,53); }

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

background-color css

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

 a { background-color: rgb(90,197,53); }

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

border-color css

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

 span { border-color: rgb(90,197,53); }

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